Updated Stack to support Importer
All checks were successful
release-tag / release-image (push) Successful in 1m42s

This commit is contained in:
2025-06-16 22:28:42 +02:00
parent 114f4ac7dc
commit d53767ae3c
2 changed files with 84 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ services:
- flod_nw
depends_on:
- redis
- importer
environment:
# Redis-Adresse schon per Docker-Netzwerk korrekt:
REDIS_ADDR: redis:6379
@@ -31,6 +32,13 @@ services:
#- "8080:8080" # <host>:<container>
restart: unless-stopped
importer:
image: git.send.nrw/sendnrw/flod-ipv64-parser:latest
container_name: ipblock-importer
networks:
- flod_nw
restart: unless-stopped
redis:
image: redis:7-alpine
container_name: ipblock-redis