Update docker-compose.yml

This commit is contained in:
2025-09-23 21:57:43 +00:00
parent 2bc1cd9b27
commit 13b341e7a3

View File

@@ -21,7 +21,7 @@ services:
- AUTH_PASSWORD=
# Server configuration
- PORT=3000
- PORT=3069
restart: unless-stopped
healthcheck:
test:
@@ -31,7 +31,7 @@ services:
"--no-verbose",
"--tries=1",
"--spider",
"http://localhost:3000/health",
"http://localhost:3069/health",
]
interval: 30s
timeout: 10s