Release 0.1.0

This commit is contained in:
2025-06-15 20:54:28 +02:00
parent 2ac9f6ce44
commit 07882d26a6
2 changed files with 44 additions and 9 deletions

View File

@@ -1,5 +1,18 @@
services:
flodpodmaster:
image: git.send.nrw/sendnrw/flod-pod:latest
container_name: ipblock-master
networks:
- flod_nw
environment:
# Beispiel mehrere Listen in einer Kategorie „spam“
BLOCKLIST_MODE: master
REDIS_ADDR: redis:6379
HASH_NAME: bl:flodpod
MASTER_URL: https://flod-proxy.send.nrw
#ports:
#- "8080:8080" # <host>:<container>
restart: unless-stopped
api:
image: git.send.nrw/sendnrw/flod:latest
container_name: ipblock-api
@@ -15,8 +28,8 @@ services:
REDIS_ADDR: redis:6379
ROLE: worker
TTL_HOURS: "720"
ports:
- "8080:8080" # <host>:<container>
#ports:
#- "8080:8080" # <host>:<container>
restart: unless-stopped
redis: