Commit Graph

23 Commits

Author SHA1 Message Date
Maximilian Dorninger
1b2d99922c Switch to quay and add docker image documentation (#356)
This PR changes all mentions of GHCR to Quay, adds docs about the
registries MM is available on, adds docs about the available docker
image tags, and adds the GHCR permission issue to the troubleshooting
page.
2026-01-05 17:14:32 +01:00
xNinjaKittyx
a098b172ca Address various different fixes regarding search UI experience. 2025-12-14 00:10:38 +00:00
maxDorninger
2f35cebce3 add health check dependency for database service in docker-compose files 2025-11-02 11:49:22 +01:00
maxDorninger
a941dee22f pin postgres to version 17 in example docker-compose files 2025-09-13 21:29:54 +02:00
Maximilian Dorninger
cd8b3abf70 Merge pull request #70 from Milanzor/remove-db-port-exposure
Remove db port exposure from the docker-compose.yml
2025-07-18 18:24:46 +02:00
Maximilian Dorninger
a2ec7886f4 Update docker-compose.yaml to include volume for images 2025-07-18 13:48:22 +02:00
Milan van As
d19e451f85 Moved the port exposure for the db service to a seperate docker-compose file 2025-07-18 09:04:30 +02:00
wjbeckett
df7d00ad99 feat: improve container setup and fix deployment issues
- Move images directory from /data/images to /app/images to separate app data from user media
- Implement config folder approach instead of direct file mounting
- Add automatic config initialization with example config on first boot
- Remove hardcoded media directory environment variables from Dockerfile
- Update startup script to handle config folder setup and validation
- Only create application-managed directories, not user media directories
- Update docker-compose.yaml to use config folder volume mapping

Fixes container startup failures when config.toml doesn't exist and improves
separation between application data and user media directories.
2025-07-18 12:54:08 +10:00
maxDorninger
2681c111e5 change container name in template docker compose file 2025-07-17 19:37:52 +02:00
maxDorninger
7b1bd7f98a update default docker compose file 2025-07-17 17:59:27 +02:00
Mahdi Akrami
0ebeca3d0f Fix config mount path 2025-07-12 08:50:40 +02:00
maxDorninger
dc981b7d21 hotfix: make delimiter 2 underscores instead of one for env variables 2025-07-11 18:58:58 +02:00
maxDorninger
9aea4a9601 update README.md, template docker-compose.yaml and the documentation 2025-07-11 12:22:38 +02:00
James Higginbotham IV
4a0ae29aef fix postgres section docker-compose.yaml
add healthcheck to ensure postgres db is properly created
2025-07-04 14:04:52 -05:00
Maximilian Dorninger
5b6111fb8b fix typo in docker-compose.yaml
remove trailing 'cat' from AUTH_ADMIN_EMAILS which breaks pydantics base-settings from correctly parsing the value
2025-07-03 13:59:52 +02:00
maxDorninger
d25e4c86b8 update example docker compose 2025-07-01 21:14:43 +02:00
maxDorninger
85562fddc0 update docs 2025-06-28 22:43:17 +02:00
maxDorninger
4144ccb98a add checks at startup to determine if hardlinks work 2025-06-22 17:02:14 +02:00
maxDorninger
32a420f083 fix spelling in docker-compose.yaml 2025-06-08 23:29:10 +02:00
maxDorninger
40a19edc56 remove public_ssr_api_url 2025-06-08 23:19:23 +02:00
maxDorninger
bf93f05228 add reverse proxy section to docker compose 2025-06-01 19:57:18 +02:00
maxDorninger
f410a6259f remove prowlarr and qbittorrent from docker-compose.yaml 2025-05-31 18:05:27 +02:00
maxDorninger
f08fb26919 work on docs and add docker-compose.yaml 2025-05-31 17:46:27 +02:00