Docker Deployment¶
The published image includes a working example config from example/conf. You
can use it directly or mount your own configuration.
Docker run¶
Note
Ensure server.listen = "0.0.0.0" so the container can accept traffic.
Docker Compose¶
The repository includes an example compose file:
This mounts example/conf into /app/conf and exposes port 25500. Adjust the
volume path if you use your own config directory.
Verify¶
Security checklist¶
- Keep
network.allowed_domainminimal. - Rotate
common.api_access_tokenif it leaks. - Avoid binding to public interfaces without access controls.