fixes
All checks were successful
release-tag / release-image (push) Successful in 1m30s

This commit is contained in:
2025-06-09 17:18:46 +02:00
parent 99053f35d0
commit f895a8137a
2 changed files with 3 additions and 5 deletions

View File

@@ -23,4 +23,4 @@ EXPOSE 8080
ENV REDIS_ADDR=redis:6379 \ ENV REDIS_ADDR=redis:6379 \
TTL_HOURS=720 TTL_HOURS=720
ENTRYPOINT [\"/bin/ipblock-api\"] ENTRYPOINT ["/bin/ipblock-api"]

View File

@@ -1,9 +1,7 @@
# -------- docker-compose.yml --------
version: "3.9"
services: services:
api: api:
build: . image: git.send.nrw/sendnrw/flod:latest
container_name: ipblock-api container_name: ipblock-api
networks: networks:
- flod_nw - flod_nw
@@ -42,7 +40,7 @@ services:
- NEWT_SECRET= - NEWT_SECRET=
networks: networks:
flod_nw flod_nw:
#volumes: #volumes:
#redis-data: #redis-data: