Move prod config files to prod branch
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user