mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-03 13:30:02 +00:00
Added env variables and a production docker setup
This commit is contained in:
14
deploy/docker-compose-prod.yml
Normal file
14
deploy/docker-compose-prod.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user