chore: rename nginx service to proxy

This commit is contained in:
bisco
2026-06-24 09:06:12 +02:00
parent b36cd2a754
commit 6dd508aa9c
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -33,9 +33,9 @@
1. Confirm the request host is exactly `azionelab.org`; unknown hosts intentionally
receive 404.
2. Run `docker compose exec nginx nginx -t`.
2. Run `docker compose exec proxy nginx -t`.
3. Check `docker compose ps` and verify both backend and frontend are healthy.
4. Inspect `docker compose logs --tail=200 nginx backend frontend`.
4. Inspect `docker compose logs --tail=200 proxy backend frontend`.
5. Verify local DNS or `/etc/hosts` maps `azionelab.org` to the proxy address.
## Rollback