more debug output and updated immich

This commit is contained in:
Jakub Kropáček 2024-09-01 08:27:37 +02:00
parent d9c74b0197
commit 32a9121871
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ def deploy_service(service_name: str, config: ServicesConfig):
f"Service {service_name} is missing docker-compose.yml", f"Service {service_name} is missing docker-compose.yml",
) )
print(f"INFO: deploying service {service_name}") print(f"INFO: deploying service {service_name} with context {context}")
docker.stack.deploy( docker.stack.deploy(
name=service_name, name=service_name,
compose_files=[compose_file], compose_files=[compose_file],

View file

@ -9,4 +9,4 @@ DB_DATABASE_NAME=immich
REDIS_HOSTNAME=redis REDIS_HOSTNAME=redis
EXTERNAL_HOST=immich.togetherdays.cz EXTERNAL_HOST=immich.togetherdays.cz
IMMICH_VERSION=v1.112.1 IMMICH_VERSION=v1.113.0