Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 132901fb17 | |||
| 8fbcba33ba | |||
| 3275f5650d | |||
| 36e1e23a44 | |||
| 3b8760b891 | |||
| 1a5660b344 | |||
| d60e47070d | |||
| 0647ff8ebd | |||
| e861ccccce |
@@ -13,7 +13,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: authelia
|
||||
image: authelia/authelia:4.39.16
|
||||
image: authelia/authelia:4.39.17
|
||||
ports:
|
||||
- 9959:9959 # metrics prometheus
|
||||
networks:
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.2
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.3
|
||||
environment:
|
||||
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||
DB_HOSTNAME: postgres-with-pg-vector
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.3
|
||||
ports:
|
||||
- 3003:3003
|
||||
volumes:
|
||||
|
||||
@@ -6,7 +6,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: vikunja/vikunja:2.2.2
|
||||
image: vikunja/vikunja:2.3.0
|
||||
container_name: vikunja
|
||||
secrets: [vikunja_jwt_secret]
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user