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