mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
15 lines
233 B
YAML
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
|