generated from bisco/codex-bootstrap
chore: rename nginx service to proxy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user