dd/build/docker-compose.yml
2021-04-13 21:28:11 +02:00

12 lines
212 B
YAML

version: '3'
services:
dd:
build:
context: ./app
dockerfile: Dockerfile
restart: 'always'
ports:
- 8000:6969
volumes:
- /srv/dd/configs:/go/src/g.phga.de/phga/dd/configs