1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/deploy/docker-compose-prod-webapp.yml
2015-11-20 13:01:14 +00:00

10 lines
135 B
YAML

app:
extends:
file: docker-compose-common.yml
service: app
links:
- db
restart: always
env_file:
- ./prod.env