Compare commits
6 Commits
renovate/d
...
72fd259006
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72fd259006 | ||
|
|
6bb1159d85 | ||
| bc10065147 | |||
| 485c17ab9f | |||
|
|
499aa614f4 | ||
|
|
78547623b5 |
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
# AudioMuse-AI Flask application service
|
||||
audiomuse-ai-flask:
|
||||
image: ghcr.io/neptunehub/audiomuse-ai:0.8.6 # Reflects deployment.yaml
|
||||
image: ghcr.io/neptunehub/audiomuse-ai:0.8.7 # Reflects deployment.yaml
|
||||
container_name: audiomuse-ai-flask-app
|
||||
ports:
|
||||
- "8013:8000"
|
||||
@@ -69,7 +69,7 @@ services:
|
||||
|
||||
# AudioMuse-AI RQ Worker service
|
||||
audiomuse-ai-worker:
|
||||
image: ghcr.io/neptunehub/audiomuse-ai:0.8.6 # Reflects deployment.yaml
|
||||
image: ghcr.io/neptunehub/audiomuse-ai:0.8.7 # Reflects deployment.yaml
|
||||
container_name: audiomuse-ai-worker-instance
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
@@ -8,3 +8,8 @@ IMMICH_POSTGRES_USER=
|
||||
IMMICH_POSTGRES_PASSWORD=
|
||||
|
||||
REDIS_HOSTNAME=
|
||||
|
||||
IMMICH_EXTERNAL_MEDIA_LOCATION=
|
||||
|
||||
# Default timezone for images without a timezone set
|
||||
TZ=
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v2.4.1
|
||||
image: ghcr.io/immich-app/immich-server:v2.5.2
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
||||
volumes:
|
||||
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
|
||||
- ${UPLOAD_LOCATION}:/data
|
||||
- ${IMMICH_EXTERNAL_MEDIA_LOCATION}:/external:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
env_file:
|
||||
- .env
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.4.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.5.2
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- 5434:5432
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.4
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.5
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
Reference in New Issue
Block a user