1
All checks were successful
Build Docker / deploy (push) Successful in 47s
Build Docker / build (push) Successful in 33s

This commit is contained in:
2026-03-07 18:36:02 +03:00
parent 6cde2363ba
commit 02a2c17531
2 changed files with 3 additions and 3 deletions

View File

@@ -52,5 +52,5 @@ jobs:
run: docker build -t caddy:wedding -f docker/caddy/dockerfile.caddy .
- name: Start docker-compose caddy
run: docker compose -f docker/caddy/caddy.yaml --env-file .env up -d
run: docker compose --env-file .env -f docker/caddy/caddy.yaml up -d

View File

@@ -5,8 +5,8 @@ https://ru.homyk.space {
encode gzip
# --- API ---
handle_path /api/* {
reverse_proxy backend:8000
handle /api/* {
reverse_proxy backend:{$PORT}
}
# --- Frontend ---