mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
A few more deploy changes
This commit is contained in:
9
deploy/docker-compose-prod-webapp.yml
Normal file
9
deploy/docker-compose-prod-webapp.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
app:
|
||||
extends:
|
||||
file: docker-compose-common.yml
|
||||
service: app
|
||||
links:
|
||||
- db
|
||||
restart: always
|
||||
env_file:
|
||||
- ./prod.env
|
||||
Reference in New Issue
Block a user