mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-01-10 20:17:21 +00:00
buildpath: use local volume for mongo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
mongo:
|
||||
hostname: mongo
|
||||
image: mongo:7.0.12
|
||||
image: mongo:8.2.3
|
||||
restart: always
|
||||
volumes:
|
||||
- mongo_data:/data/db
|
||||
@@ -48,11 +48,6 @@ services:
|
||||
|
||||
volumes:
|
||||
mongo_data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: 'none'
|
||||
o: 'bind'
|
||||
device: '/app/buildpath/data/_data'
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user