port issue
All checks were successful
Build Docker / deploy (push) Successful in 41s
Build Docker / build (push) Successful in 32s

This commit is contained in:
2026-03-07 18:30:04 +03:00
parent 28758f11b0
commit 6cde2363ba
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@ services:
interval: 5s interval: 5s
timeout: 30s timeout: 30s
retries: 1 retries: 1
environment:
- PORT=${PORT}
volumes: volumes:
caddy_data: caddy_data:

View File

@@ -6,7 +6,7 @@ https://ru.homyk.space {
# --- API --- # --- API ---
handle_path /api/* { handle_path /api/* {
reverse_proxy backend:{$PORT} reverse_proxy backend:8000
} }
# --- Frontend --- # --- Frontend ---