docker-deploy-port-config
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
VPN SaaS Dev
2026-05-16 21:30:19 +09:00
parent 9fe172702f
commit c98432ca7d
2 changed files with 8 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ services:
VAPID_PUBLIC_KEY: ${VAPID_PUBLIC_KEY:-}
VAPID_PRIVATE_KEY: ${VAPID_PRIVATE_KEY:-}
ports:
- "127.0.0.1:8000:8000"
- "127.0.0.1:${APP_PORT:-8000}:8000"
healthcheck:
test: ["CMD-SHELL", "python -c \"import urllib.request; urllib.request.urlopen('http://127.0.0.1:8000/ready', timeout=3).read()\""]
interval: 10s