This commit is contained in:
parent
0a477144b4
commit
122faa1c5d
5 changed files with 50 additions and 2 deletions
9
.deployment/production/docker-compose.yml
Normal file
9
.deployment/production/docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
django-server:
|
||||
build: ../../
|
||||
ports:
|
||||
- "8042:8042"
|
||||
env_file:
|
||||
- production.secrets.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue