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:
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user