Config files for prod deployment

This commit is contained in:
Mouse Reeve
2020-10-05 14:22:37 -07:00
parent 68813f9453
commit e24eca7da0
2 changed files with 45 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
nginx:
build: ./nginx
image: nginx:latest
ports:
- 1333:80
depends_on:
@ -10,6 +10,7 @@ services:
networks:
- main
volumes:
- ./nginx:/etc/nginx/conf.d
- static_volume:/app/static
- media_volume:/app/images
db: