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.yml

15 lines
233 B
YAML

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