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
@@ -95,7 +95,7 @@ The standard published-page endpoint is also available at `/api/v2/pages/`.
```bash
# Follow application logs
docker compose logs -f postgres backend frontend nginx
docker compose logs -f postgres backend frontend proxy
# Run database migrations
docker compose exec backend python manage.py migrate
@@ -104,7 +104,7 @@ docker compose exec backend python manage.py migrate
docker compose run --rm backend python manage.py test
docker compose run --rm frontend npm run check
docker compose run --rm frontend npm run build
docker compose run --rm nginx nginx -t
docker compose run --rm proxy nginx -t
docker compose config --quiet
# Stop the stack without deleting content