Files
flod-pod/compose.yml
jbergner b3a2bafb80
All checks were successful
release-tag / release-image (push) Successful in 1m31s
Release 0.1.0
2025-06-15 17:02:55 +02:00

25 lines
585 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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: