You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
308 B
13 lines
308 B
4 years ago
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
tt:
|
||
|
build:
|
||
|
context: ./app
|
||
|
dockerfile: Dockerfile
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 8099:8080
|
||
|
volumes:
|
||
|
- /srv/phga.de/web/data:/go/src/g.phga.de/phga/phga.de/web/data
|
||
|
- /srv/phga.de/web/static/fonts:/go/src/g.phga.de/phga/phga.de/web/static/fonts
|