revert c0f3a80742
All checks were successful
continuous-integration/drone/push Build is passing

revert shortified link port fix
This commit is contained in:
2026-02-21 16:39:42 +00:00
parent 57e08a1c1a
commit 4b8d776bd5
2 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ services:
depends_on:
redis:
condition: service_healthy
ports:
- "8080:8080"
expose:
- 8080
environment:
@@ -17,12 +19,11 @@ services:
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
- SERVER_PORT=${SERVER_PORT}
- REDIS_URL=${REDIS_URL}
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8080/ping"]
test: ["CMD", "curl", "-fsS", "http://localhost:8080/ping"]
interval: 5s
timeout: 2s
retries: 10
retries: 20
start_period: 10s
redis: