more debug output and updated immich
This commit is contained in:
parent
d9c74b0197
commit
32a9121871
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ def deploy_service(service_name: str, config: ServicesConfig):
|
|||
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(
|
||||
name=service_name,
|
||||
compose_files=[compose_file],
|
||||
|
|
|
@ -9,4 +9,4 @@ DB_DATABASE_NAME=immich
|
|||
REDIS_HOSTNAME=redis
|
||||
EXTERNAL_HOST=immich.togetherdays.cz
|
||||
|
||||
IMMICH_VERSION=v1.112.1
|
||||
IMMICH_VERSION=v1.113.0
|
||||
|
|
Loading…
Reference in a new issue