aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml (follow)
Commit message (Collapse)AuthorAge
* fix: Server start commands for Docker. (#3160)Rob Lazzurs2026-02-11
| | | | | | | | | | | | | With the new atuin-server binary the startup command for the server is now just start rather than server start. This needs reflected in the docker compose and k8s configs. Closes #3159 ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing
* fix: docker compose link (#2914)Wil Clouser2025-09-26
| | | | | | | | | | | | | | | | | The current docker-compose.yml fails to start today with an error: service "atuin" depends on undefined service "postgresql": invalid compose project This patch modernizes the yml and fixes the link. Tested on docker compose v2.39.4. Docs patch is https://github.com/atuinsh/docs/pull/104 . /cc @ellie ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing
* docs: use db name env variable also in uri (#1840)Michele Azzolari2024-03-08
|
* docs: update docker compose (#1818)Ellie Huxtable2024-03-04
|
* docs: refer to image with multi-arch support (#1513)Matthew Berryman2024-01-08
|
* Move all references to the old repo (#1132)Ellie Huxtable2023-07-30
| | | The repo now lives on an org! Move all references to the old path.
* Added docker-compose.yml (#325)lchausmann2022-04-22
Also added section to how to run your own server. Co-authored-by: Lars Chr. Duus Hausmann <lars.chr@duus-hausmann.dk>