mirror of
https://github.com/EpicMorg/docker.git
synced 2025-09-05 20:53:17 +03:00
6 lines
94 B
YAML
6 lines
94 B
YAML
version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/postgres:13"
|
|
build:
|
|
context: .
|