feat: updated docker-compose volumes
This commit is contained in:
@@ -17,18 +17,22 @@ services:
|
||||
- redis
|
||||
networks:
|
||||
- thalos-net
|
||||
volumes:
|
||||
- /mnt/data-media/agilewebs/api/thalos:/app/data
|
||||
|
||||
mongodb:
|
||||
image: mongo:7
|
||||
container_name: thalos-mongodb
|
||||
volumes:
|
||||
- mongo-data:/data/db
|
||||
- /mnt/data-media/agilewebs/api/thalos/mongodb:/data/db
|
||||
networks:
|
||||
- thalos-net
|
||||
|
||||
redis:
|
||||
image: redis:7
|
||||
container_name: thalos-redis
|
||||
volumes:
|
||||
- /mnt/data-media/agilewebs/api/thalos/redis:/data
|
||||
networks:
|
||||
- thalos-net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user