Labels for Immich containers.
This commit is contained in:
+9
-1
@@ -1896,6 +1896,9 @@ services:
|
|||||||
location /share {
|
location /share {
|
||||||
proxy_pass http://immich-public-proxy:3000;
|
proxy_pass http://immich-public-proxy:3000;
|
||||||
}
|
}
|
||||||
|
location /tools {
|
||||||
|
proxy_pass http://immich-public-proxy:3000;
|
||||||
|
}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://pics.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://pics.${MY_TLD}
|
||||||
homepage.group: Lifestyle
|
homepage.group: Lifestyle
|
||||||
@@ -1971,9 +1974,14 @@ services:
|
|||||||
immich-power-tools:
|
immich-power-tools:
|
||||||
container_name: immich-power-tools
|
container_name: immich-power-tools
|
||||||
environment:
|
environment:
|
||||||
|
DB_DATABASE_NAME: immich
|
||||||
|
DB_HOSTNAME: immich-pg-db
|
||||||
|
DB_PORT: 5432
|
||||||
|
DB_USERNAME: immich
|
||||||
|
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
|
||||||
|
EXTERNAL_IMMICH_URL: https://pics.trez.wtf
|
||||||
IMMICH_API_KEY: ${IMMICH_POWER_TOOLS_KEY}
|
IMMICH_API_KEY: ${IMMICH_POWER_TOOLS_KEY}
|
||||||
IMMICH_URL: http://immich-server:2283
|
IMMICH_URL: http://immich-server:2283
|
||||||
EXTERNAL_IMMICH_URL: https://pics.trez.wtf
|
|
||||||
image: ghcr.io/varun-raj/immich-power-tools:latest
|
image: ghcr.io/varun-raj/immich-power-tools:latest
|
||||||
ports:
|
ports:
|
||||||
- 54018:3000
|
- 54018:3000
|
||||||
|
|||||||
Reference in New Issue
Block a user