modified: serv_nginx/docker-compose.yml

add volume for upload data photo avatar
This commit is contained in:
2025-10-13 02:02:21 +05:00
parent 39df128e1e
commit b5ebe138cf
+3
View File
@@ -103,6 +103,8 @@ services:
condition: service_healthy
env_file:
- ./api_bb/.env
volumes:
- uploads_data:/app/uploads
environment:
# Database connection settings
DB_HOST: db_bb
@@ -142,6 +144,7 @@ volumes:
certbot_www:
postgres_data:
bb_data:
uploads_data:
networks:
web-network: