All checks were successful
release-tag / release-image (push) Successful in 1m31s
25 lines
585 B
YAML
25 lines
585 B
YAML
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: |