Release 0.1.0
All checks were successful
release-tag / release-image (push) Successful in 1m31s

This commit is contained in:
2025-06-15 17:02:55 +02:00
parent ed920a09f9
commit b3a2bafb80
4 changed files with 137 additions and 16 deletions

25
compose.yml Normal file
View File

@@ -0,0 +1,25 @@
services:
api:
image: git.send.nrw/sendnrw/flod-pod:latest
container_name: ipblock-slave
networks:
- flod_nw
environment:
# Beispiel mehrere Listen in einer Kategorie „spam“
BLOCKLIST_MODE: slave
MASTER_URL: https://flod-proxy.send.nrw
#ports:
#- "8080:8080" # <host>:<container>
restart: unless-stopped
newt:
image: fosrl/newt
container_name: newt
networks:
- flod_nw
restart: unless-stopped
environment:
- PANGOLIN_ENDPOINT=
- NEWT_ID=
- NEWT_SECRET=
networks:
flod_nw: