mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
buildpath: re-enable mongo :)
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
# mongo:
|
mongo:
|
||||||
# hostname: mongo
|
hostname: mongo
|
||||||
# image: mongo:8.2.2
|
image: mongo:8.2.2
|
||||||
# restart: always
|
restart: always
|
||||||
# volumes:
|
volumes:
|
||||||
# - mongo_data:/data/db
|
- mongo_data:/data/db
|
||||||
# env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
patch_detector:
|
patch_detector:
|
||||||
image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:${GIT_COMMIT_HASH:-latest}
|
image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:${GIT_COMMIT_HASH:-latest}
|
||||||
|
|||||||
Reference in New Issue
Block a user