build: use distroless base image for new Dockerfile
This commit is contained in:
+3
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user