mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-25 09:21:48 +00:00
Adds a `timezone` config setting, with `HAMMER_TIMEZONE` and `TZ` as environment-variable fallbacks, applied at startup so both rendered page timestamps and log lines use it. |
||
|---|---|---|
| .. | ||
| config.example.toml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
Docker files for the Hammer sync server
| File | Purpose |
|---|---|
Dockerfile |
Runtime image; packages the pre-built server distribution |
docker-compose.yml |
Turnkey setup with a data volume |
config.example.toml |
Starting point for config.toml |
Documentation lives in ../docs/HOW-TO-RUN-A-SERVER-DOCKER.md — quick start, networking and TLS, external PostgreSQL, backups, and building the image yourself.
cd docker
docker compose up -d