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:
|
||||
# mongo:
|
||||
# hostname: mongo
|
||||
# image: mongo:8.2.2
|
||||
# restart: always
|
||||
# volumes:
|
||||
# - mongo_data:/data/db
|
||||
# env_file: .env
|
||||
mongo:
|
||||
hostname: mongo
|
||||
image: mongo:8.2.2
|
||||
restart: always
|
||||
volumes:
|
||||
- mongo_data:/data/db
|
||||
env_file: .env
|
||||
|
||||
patch_detector:
|
||||
image: git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:${GIT_COMMIT_HASH:-latest}
|
||||
|
||||
Reference in New Issue
Block a user