modified: serv_nginx/docker-compose.yml
add volume for upload data photo avatar
This commit is contained in:
@@ -103,6 +103,8 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
env_file:
|
env_file:
|
||||||
- ./api_bb/.env
|
- ./api_bb/.env
|
||||||
|
volumes:
|
||||||
|
- uploads_data:/app/uploads
|
||||||
environment:
|
environment:
|
||||||
# Database connection settings
|
# Database connection settings
|
||||||
DB_HOST: db_bb
|
DB_HOST: db_bb
|
||||||
@@ -142,6 +144,7 @@ volumes:
|
|||||||
certbot_www:
|
certbot_www:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
bb_data:
|
bb_data:
|
||||||
|
uploads_data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web-network:
|
web-network:
|
||||||
|
|||||||
Reference in New Issue
Block a user