Move prod config files to prod branch

This commit is contained in:
Mouse Reeve
2020-10-16 13:02:58 -07:00
parent b32fce25d9
commit b8040cd0dc
3 changed files with 1 additions and 121 deletions

View File

@ -15,7 +15,6 @@ services:
- media_volume:/app/images
db:
image: postgres
env_file: .env
volumes:
- pgdata:/var/lib/postgresql/data
networks:
@ -36,14 +35,12 @@ services:
- 8000:8000
redis:
image: redis
env_file: .env
ports:
- "6379:6379"
- 6379:6379
networks:
- main
restart: on-failure
celery_worker:
env_file: .env
build: .
networks:
- main