Rebind PUBLIC_* env vars inside web container entrypoint (#1363)

This commit is contained in:
bo0tzz
2023-01-20 17:36:13 +01:00
committed by GitHub
parent bdad18a572
commit 8094b25185
2 changed files with 5 additions and 4 deletions

View File

@@ -51,10 +51,6 @@ services:
entrypoint: ["/bin/sh", "./entrypoint.sh"]
env_file:
- .env
environment:
# Rename these values for svelte public interface
- PUBLIC_IMMICH_SERVER_URL=${IMMICH_SERVER_URL}
- PUBLIC_IMMICH_API_URL_EXTERNAL=${IMMICH_API_URL_EXTERNAL}
restart: always
redis: