immich version bump, add workout tracker
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
## Immich (photo library management)
|
||||
immich_server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:v1.131.3
|
||||
image: ghcr.io/immich-app/immich-server:v1.132.1
|
||||
volumes:
|
||||
- ${IMMICH_LIBRARY}:/usr/src/app/upload
|
||||
env_file:
|
||||
@@ -52,9 +52,9 @@ services:
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
restart: unless-stopped
|
||||
immich_machine_learning:
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.131.3
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.132.1
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
@@ -520,6 +520,20 @@ services:
|
||||
- ${DNS_IP}
|
||||
restart: unless-stopped
|
||||
|
||||
## Workout Tracker
|
||||
workout-tracker:
|
||||
container_name: workout-tracker
|
||||
image: ghcr.io/jovandeginste/workout-tracker:master
|
||||
ports:
|
||||
# Host Port:Container Port
|
||||
- 5021:8080
|
||||
volumes:
|
||||
- ${DOCKER_DIR}/workout-tracker:/data
|
||||
env_file:
|
||||
- ${ENV_DIR}/workout-tracker.env
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
||||
#---------------- MONITORING ----------------#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user