immich version, caddy
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 46s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 46s
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM caddy:2.7.6-builder AS builder
|
FROM caddy:builder AS builder
|
||||||
|
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
--with github.com/caddy-dns/cloudflare
|
--with github.com/caddy-dns/cloudflare
|
||||||
|
|
||||||
FROM caddy:2.7.6
|
FROM caddy
|
||||||
|
|
||||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ services:
|
|||||||
caddy:
|
caddy:
|
||||||
image: caddy:latest
|
image: caddy:latest
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
#build:
|
build:
|
||||||
# dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
UPLOAD_LOCATION=/mnt/immich-library
|
UPLOAD_LOCATION=/mnt/immich-library
|
||||||
|
|
||||||
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
||||||
IMMICH_VERSION=v1.142.1
|
IMMICH_VERSION=v1.143.1
|
||||||
|
|
||||||
# Connection secret for postgres. You should change it to a random password
|
# Connection secret for postgres. You should change it to a random password
|
||||||
DB_PASSWORD=asdf1234
|
DB_PASSWORD=asdf1234
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ services:
|
|||||||
- SCRUTINY_WEB_INFLUXDB_ORG=homelab
|
- SCRUTINY_WEB_INFLUXDB_ORG=homelab
|
||||||
- SCRUTINY_WEB_INFLUXDB_BUCKET=scrutiny
|
- SCRUTINY_WEB_INFLUXDB_BUCKET=scrutiny
|
||||||
# Optional but highly recommended to notify you in case of a problem
|
# Optional but highly recommended to notify you in case of a problem
|
||||||
- SCRUTINY_NOTIFY_URLS=["http://http://192.168.1.202:9898/SMART"]
|
- SCRUTINY_NOTIFY_URLS=["http://192.168.1.202:9898/SMART"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- scrutiny-influxdb
|
- scrutiny-influxdb
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user