# hartling-email-lists

## Project Info
- Type: custom
- Port: 3076
- Created by: rian
- Created: 2026-04-08

## Description


## Getting Started
1. Add files to `./public/` directory
2. Deploy: `srv-gw deploy --project hartling-email-lists`
3. Visit: https://localhost:3076

## Managing the Container
Use `srv-gw` commands (NOT docker/podman directly):
```bash
srv-gw deploy --project hartling-email-lists     # Deploy/redeploy (reads docker-compose.yml)
srv-gw status --project hartling-email-lists     # Check status
srv-gw logs --project hartling-email-lists       # View logs
srv-gw restart --project hartling-email-lists    # Restart
srv-gw stop --project hartling-email-lists       # Stop
srv-gw start --project hartling-email-lists      # 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`.
