mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-01-10 20:17:21 +00:00
buildpath: tryfix mongo
This commit is contained in:
@@ -3,9 +3,10 @@ services:
|
|||||||
hostname: mongo
|
hostname: mongo
|
||||||
image: mongo:8.2.3
|
image: mongo:8.2.3
|
||||||
restart: always
|
restart: always
|
||||||
|
user: root:root
|
||||||
volumes:
|
volumes:
|
||||||
- mongo_data:/data/db
|
- bp_mongo_data:/data/db:Z
|
||||||
- mongo_data:/data/configdb
|
- bp_mongo_config:/data/configdb:Z
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
patch_detector:
|
patch_detector:
|
||||||
@@ -47,7 +48,8 @@ services:
|
|||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mongo_data:
|
bp_mongo_data:
|
||||||
|
bp_mongo_config:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user