mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: add a new volume for avatars
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user