update docker compose
This commit is contained in:
@ -25,6 +25,7 @@ services:
|
||||
volumes:
|
||||
- .:/app
|
||||
- static_volume:/app/static
|
||||
- media_volume:/app/media
|
||||
env_file:
|
||||
- .env
|
||||
restart: "on-failure"
|
||||
@ -38,6 +39,7 @@ services:
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
- static_volume:/app/static
|
||||
- media_volume:/app/media
|
||||
ports:
|
||||
- 8100:80
|
||||
depends_on:
|
||||
@ -52,3 +54,4 @@ networks:
|
||||
volumes:
|
||||
postgres_data:
|
||||
static_volume:
|
||||
media_volume:
|
||||
|
||||
Reference in New Issue
Block a user