build: use distroless base image for new Dockerfile
/ build (push) Successful in 16s
/ build-docker-nightly (push) Has been skipped
/ build-docker-release (push) Successful in 7s

This commit is contained in:
2026-04-29 00:58:49 +02:00
parent 17f7dc2e0d
commit b7df5a3fde
2 changed files with 6 additions and 17 deletions
+3 -5
View File
@@ -1,9 +1,10 @@
services:
webhook-proxy:
image: viziona.dev/taiqane/discord-webhook-proxy:nightly
build: .
restart: unless-stopped
ports:
- "8080:8080"
- "127.0.0.1:8080:8080"
restart: unless-stopped
networks:
- seerr-net
@@ -13,9 +14,6 @@ services:
restart: unless-stopped
ports:
- "5055:5055"
environment:
- LOG_LEVEL=debug
- TZ=Europe/Berlin
networks:
- seerr-net