# review

## Project Info
- Type: custom
- Port: 3120
- Created by: rian
- Created: 2026-06-30

## Description


## Getting Started
1. Add files to `./public/` directory
2. Deploy: `srv-gw deploy --project review`
3. Visit: https://review.bowden.works

## Managing the Container
Use `srv-gw` commands (NOT docker/podman directly):
```bash
srv-gw deploy --project review     # Deploy/redeploy (reads docker-compose.yml)
srv-gw status --project review     # Check status
srv-gw logs --project review       # View logs
srv-gw restart --project review    # Restart
srv-gw stop --project review       # Stop
srv-gw start --project review      # Start
```

## Customizing
Edit `docker-compose.yml` to change the container setup (e.g., different image,
build from Dockerfile, add environment variables). Then run `srv-gw deploy`.
