hammer-editor/docker
Adam Brown ba70218a44
Support configuring the server time zone (#882) (#922)
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.
2026-08-17 23:20:03 -07:00
..
config.example.toml Support configuring the server time zone (#882) (#922) 2026-08-17 23:20:03 -07:00
docker-compose.yml Support configuring the server time zone (#882) (#922) 2026-08-17 23:20:03 -07:00
Dockerfile Replace the native Argon2 binding with a pure-JVM implementation (#908) 2026-08-16 00:26:01 -07:00
README.md Add Docker support for self-hosting the sync server (#771) 2026-07-25 09:53:04 -07:00

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