mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-05 07:40:00 +00:00
|
Some checks are pending
Build CI / iOS UI tests (push) Waiting to run
Build CI / build (push) Waiting to run
Build CI / static-analysis (push) Waiting to run
Build CI / android-instrumented-tests (push) Waiting to run
Build CI / iOS compile & test (push) Waiting to run
PublishInternal / publish-google-play (push) Waiting to run
Perform the chown on the files copied into /opt/hammer during the COPY instruction, instead of during a separate RUN instruction. This prevents the files from being 'duplicated' due to having been changed on the layer for the RUN instruction. Effectively, this reduces the size of the layer for the RUN instruction from about 211 MB to approximately 0. |
||
|---|---|---|
| .. | ||
| 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