> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apowerb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Virtual Machine

> Deploying apowerb on a Virtual Machine with Traefik.

For a single-host deployment, overlay the Traefik HTTPS compose file on top of the existing stack.

```bash theme={null}
cp .env.example .env
# set APP_HOST and ACME_EMAIL in .env
docker compose -f docker-compose.yml -f docker-compose.traefik.yml up -d
```

The app is served through `https://$APP_HOST`.


## Related topics

- [Release process](/contributing/releases.md)
