Compare commits
10 Commits
24a6700911
...
88d44e41f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88d44e41f9 | ||
| 74f481d44c | |||
|
|
64de9d07f9 | ||
| 8f9e901f7e | |||
|
|
56bef7b03e | ||
| 9d1b4409a7 | |||
| 4cddf8c2a5 | |||
|
|
ccfd7e32a0 | ||
| caa34f4f73 | |||
|
|
4943235f2b |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.23.1-rootless
|
||||
image: gitea/gitea:1.23.3-rootless
|
||||
restart: always
|
||||
volumes:
|
||||
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v1.125.7
|
||||
image: ghcr.io/immich-app/immich-server:v1.126.1
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
container_name: immich_machine_learning
|
||||
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
|
||||
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.125.7
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.126.1
|
||||
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
||||
# file: hwaccel.ml.yml
|
||||
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: stonith404/pocket-id:v0.27.1
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.29.0
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
container_name: vaultwarden
|
||||
image: vaultwarden/server:1.33.0
|
||||
image: vaultwarden/server:1.33.2
|
||||
restart: always
|
||||
volumes:
|
||||
- ${VAULTWARDEN_DATA_LOCATION}:/data/
|
||||
|
||||
Reference in New Issue
Block a user