mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-01-10 03:57:22 +00:00
buildpath: tryfix mongo again
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
user: root:root
|
user: root:root
|
||||||
volumes:
|
volumes:
|
||||||
- bp_mongo_data:/data/db:Z
|
- bpmongo_data:/data/db:Z
|
||||||
- bp_mongo_config:/data/configdb:Z
|
- bpmongo_config:/data/configdb:Z
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
patch_detector:
|
patch_detector:
|
||||||
@@ -48,8 +48,8 @@ services:
|
|||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
bp_mongo_data:
|
bpmongo_data:
|
||||||
bp_mongo_config:
|
bpmongo_config:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user