Initial refactor
This commit is contained in:
parent
12b4aa0b91
commit
89f23fe668
11 changed files with 230 additions and 65 deletions
14
docker-compose.production.yml
Normal file
14
docker-compose.production.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version: '3.6'
|
||||
|
||||
volumes:
|
||||
logs:
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:1.23
|
||||
depends_on:
|
||||
django:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- ./config/nginx/conf.d:/etc/nginx/conf.d
|
||||
- logs:/var/log/nginx
|
||||
Loading…
Add table
Add a link
Reference in a new issue