Move prod config files to prod branch
This commit is contained in:
parent
b32fce25d9
commit
b8040cd0dc
3 changed files with 1 additions and 121 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue