logowanie dla health

This commit is contained in:
Mateusz Gruszczyński
2025-10-06 08:51:41 +02:00
parent e62421d374
commit 2d4834a2be
3 changed files with 39 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ services:
container_name: ip-geo-api
restart: unless-stopped
ports:
- "${HOST_PORT:-8080}:8000"
- "${PORT:-8080}:8000"
healthcheck:
test:
[