Compare commits

...

3 Commits

+2 -2
View File
@@ -3691,7 +3691,7 @@ services:
- ${DOCKER_VOLUME_CONFIG}/meme_search_pro/db-data/meme-search-db:/var/lib/postgresql/data
mini-qr:
container_name: mini-qr
image: ghcr.io/lyqht/mini-qr:latest@sha256:c9ccf1c25dda85db4275518c9583f6d72fab0885a2221cade0fa1249633aa1a4
image: ghcr.io/lyqht/mini-qr:latest@sha256:9f2007ff26040a1ee40bb1b8af7742ffa20b094c5ad0f488b9e49e3cfa52adc1
labels:
swag: enable
swag_auth: authelia
@@ -3838,7 +3838,7 @@ services:
environment:
MONGO_INITDB_ROOT_USERNAME: ${MONGO_INITDB_ROOT_USERNAME}
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_INITDB_ROOT_PASSWORD}
image: mongo:7@sha256:4b5bf3c2bb7516164f6dcb44acce4fdcb428abfe5771a1128304a0f34ab9ff7c
image: mongo:7@sha256:8ecb514b00bdcc0bde67ef4e6c330385377a9dc68e24ee94e28c07c891647348
ports:
- 27017:27017
profiles: ["rinoa-apps"]