buildpath: use local volume for mongo

This commit is contained in:
2025-12-31 14:00:17 +01:00
parent ca9fa8c187
commit 9ade554230

View File

@@ -1,7 +1,7 @@
services: services:
mongo: mongo:
hostname: mongo hostname: mongo
image: mongo:7.0.12 image: mongo:8.2.3
restart: always restart: always
volumes: volumes:
- mongo_data:/data/db - mongo_data:/data/db
@@ -48,11 +48,6 @@ services:
volumes: volumes:
mongo_data: mongo_data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/buildpath/data/_data'
networks: networks:
proxy: proxy: