fix: add a new volume for avatars

This commit is contained in:
yassinedorbozgithub
2024-12-20 17:42:01 +01:00
parent 40043ee293
commit 5172b970c5
2 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ services:
- app-network
volumes:
- api-data:/app/uploads
- api-avatars-data:/app/avatars
depends_on:
mongo:
condition: service_healthy
@@ -55,6 +56,7 @@ services:
volumes:
mongo-data:
api-data:
api-avatars-data:
networks:
db-network: