aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml (unfollow)
Commit message (Collapse)Author
2026-04-03docs: remove docker-compose duplication (#3376)Ellie Huxtable
It does not make sense to have two copies of it to keep in sync The user needs to read and edit this file anyway, so prefer keeping the docs copy resolves #3371 ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing
2026-02-11fix: Server start commands for Docker. (#3160)Rob Lazzurs
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
2025-09-26fix: docker compose link (#2914)Wil Clouser
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
2024-03-08docs: use db name env variable also in uri (#1840)Michele Azzolari
2024-03-04docs: update docker compose (#1818)Ellie Huxtable
2024-01-08docs: refer to image with multi-arch support (#1513)Matthew Berryman
2023-07-30Move all references to the old repo (#1132)Ellie Huxtable
The repo now lives on an org! Move all references to the old path.
2022-04-22Added docker-compose.yml (#325)lchausmann
Also added section to how to run your own server. Co-authored-by: Lars Chr. Duus Hausmann <lars.chr@duus-hausmann.dk>