temp: buildpath: disable db

This commit is contained in:
2025-11-21 00:04:06 +01:00
parent 14444bacb5
commit 897ac8d25d

View File

@@ -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}