Commit graph

20 commits

Author SHA1 Message Date
Floatingghost 569851f14c fix setup 2024-06-04 10:27:50 +01:00
Floatingghost 6ab2e960d7 mount directory 2024-06-04 10:24:31 +01:00
Floatingghost 3e8388e2de use long syntax for bind 2024-06-04 10:23:06 +01:00
Floatingghost bb37aa3be5 put setup file in init.d 2024-06-04 10:21:13 +01:00
Floatingghost 6e06308354 fix setup script 2024-06-04 10:16:58 +01:00
Floatingghost 44a5d0507b i baka 2024-06-01 10:56:46 +01:00
Floatingghost e8b7ab5e1e mount entire config directory 2024-06-01 10:56:16 +01:00
Floatingghost 1c06f6de29 use z flag 2024-06-01 10:52:19 +01:00
Floatingghost bf90bc0c17 use next tag 2024-05-29 06:13:46 +01:00
Floatingghost 0a7b074508 bind instance and uploads volumes 2024-05-29 06:07:35 +01:00
Floatingghost df40ab6831 use real db user 2024-05-29 06:02:20 +01:00
Floatingghost f3c2aae62b mount config file in the right place 2024-05-29 05:36:52 +01:00
Floatingghost 9e480ab73e add config volume 2024-05-29 05:33:39 +01:00
Floatingghost 770913f9aa update pg version to 16 2024-05-29 05:31:34 +01:00
Floatingghost 5fc47d4b80 i am a moron 2024-05-28 12:15:10 +01:00
floatingghost e36c0f96fc Merge pull request 'Add docker override file to docs and gitignore' (#621) from norm/akkoma:docker-compose-override into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/621
2024-04-12 18:50:25 +00:00
Koneko Toujou 1b9edcba64 Add shm_size to the Database container 2023-08-21 21:50:10 +00:00
Norm 0cb3812ac0
Add docker override file to docs and gitignore
The docker-compose.yml file is likely to be edited quite extensively by
admins when setting up an instance. This would likely cause problems
when dealing with updating Akkoma as merge conflicts would likely occur.

Docker-compose already has the ability to use override files in addition
to the main `docker-compose.yml` file. Admins can instead put any
overrides (additional volumes, container for elasticsearch, etc.) into a
file that won't be tracked by git and thus won't run into merge
conflicts in the future. In particular, the
`docker-compose.override.yml` will be checked by docker compose in
addition to the main file if it exists and override definitions from the
latter with the former.
2023-08-07 13:09:04 -04:00
FloatingGhost 5231d436d1 Add docker migration guide 2022-10-18 16:16:55 +01:00
floatingghost 66f913355a Docker builds (#231)
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/231
2022-10-16 19:25:54 +00:00