160 Commits

Author SHA1 Message Date
30c22c8f5a fix: remove commented environment variable descriptions in SnapOtter service configuration 2026-04-25 11:41:21 -04:00
81f63f717d fix: update SnapOtter service environment variables in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-25 11:34:47 -04:00
2adcbad6f0 chore: add SnapOtter service configuration in compose.yaml 2026-04-24 16:21:05 -04:00
2bf849eb1c chore: add SnapOtter service configuration in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 16:19:47 -04:00
1d040a9cea fix: update traefik router rule for bentopdf service in compose.yaml 2026-04-24 16:13:10 -04:00
90276b063d chore: add docker-compose configuration for bentopdf service
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 16:10:41 -04:00
c616cfb8ef fix: update environment variables for karakeep service in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 14:49:03 -04:00
c31066c178 chore: add container names and additional environment variables for karakeep services in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 14:40:04 -04:00
7c51baa69d fix: correct syntax for traefik router rule in compose.yaml 2026-04-24 14:16:48 -04:00
bd273d0d2a chore: add initial docker-compose configuration for karakeep services 2026-04-24 14:13:04 -04:00
e9ffd89a17 chore: restore healthcheck configuration for zipline-db service in compose.yaml 2026-04-24 13:36:55 -04:00
1c76819412 chore: comment out healthcheck sections for zipline-db and zipline services in compose.yaml 2026-04-24 13:35:31 -04:00
8f0d3d6b36 chore: update healthcheck command for zipline service in compose.yaml 2026-04-24 13:32:32 -04:00
d3feeb0555 chore: update healthcheck for zipline service in compose.yaml 2026-04-24 13:28:40 -04:00
912e73b994 added container name
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 13:24:34 -04:00
1dd26812b5 chore: remove port mapping for zipline service and add Traefik labels in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 13:17:09 -04:00
0b4a122311 chore: rename zipline-postgresql service to zipline-db in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 13:14:28 -04:00
c1ab44a7f7 chore: rename postgresql service to zipline-postgresql in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 13:09:13 -04:00
e4170e8281 chore: add container_name for postgresql service in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 13:01:30 -04:00
5e18bebafc chore: add postgresql and zipline services to compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-24 12:50:20 -04:00
6dd12efb13 chore: update vscode service configuration in compose.yaml to streamline authentication 2026-04-23 14:46:53 -04:00
b8c1a3b865 chore: add networks section for vscode service in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-23 14:32:57 -04:00
df2fe0febd Moved 'vs code' to heimdall from watchtower 2026-04-23 14:25:48 -04:00
1883cc0ec6 chore: update trek image version to 3.0.7 in compose.yaml 2026-04-23 13:32:33 -04:00
6cff311b81 chore: update OIDC configuration variables in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-23 13:30:37 -04:00
6cd76ad481 chore: add privileged and security options for komodo-db service in compose.yaml 2026-04-22 23:31:45 -04:00
96e841d488 chore: downgrade mongo image to 7.0 and add healthcheck for komodo-db service 2026-04-22 23:24:28 -04:00
2ff6d27251 chore: add GITEA__openid__ENABLE_OPENID_SIGNIN environment variable in compose.yaml 2026-04-22 22:55:03 -04:00
09f88a6d8a chore: add GITEA__service__DISABLE_REGISTRATION environment variable in compose.yaml 2026-04-22 22:51:09 -04:00
d814c8e6e7 chore: add GITEA__server__DOMAIN and GITEA__security__COOKIE_SECURE environment variables in compose.yaml 2026-04-22 22:40:30 -04:00
f2f01c4ee1 chore: remove icons volume mapping from authentik service in compose.yaml
Co-authored-by: Copilot <copilot@github.com>
2026-04-22 22:24:09 -04:00
c21ebe7a1e chore: uncomment logo volume mappings in compose.yaml 2026-04-22 22:20:42 -04:00
81c6353bd8 chore: comment out logo volume mappings in compose.yaml 2026-04-22 22:15:16 -04:00
c55ad11555 chore: remove Trailarr service configuration from compose.yaml 2026-04-22 20:30:30 -04:00
c2321f3e66 fix: correct Radarr download volume path in compose.yaml 2026-04-21 19:52:11 -04:00
dda66e340b feat: add Docker Compose configuration for weatherchannel service with Traefik integration 2026-04-21 19:40:03 -04:00
d81a75e1ea fix: set default values for WEBUI_SECRET_KEY and HF_TOKEN in compose.yaml 2026-04-21 13:27:52 -04:00
1ff08971dd feat: add HF_TOKEN environment variable to Open Web UI service 2026-04-21 13:14:53 -04:00
063642d953 Removes unused external network from configuration
Simplifies service setup by eliminating reference to an external network
that was not in active use. Reduces configuration complexity and potential
for misconfiguration.
2026-04-21 13:02:52 -04:00
013571fe65 fix: update Open Web UI image tag to v0.9.1 in compose.yaml 2026-04-21 13:01:40 -04:00
cb7d743f47 feat: add Open Web UI service configuration with Traefik integration 2026-04-21 12:32:48 -04:00
92c8125981 fix: update Gitea SSH configuration to use environment variables and set Plex image version 2026-04-20 20:20:26 -04:00
bc796cd125 feat: add Gitea service configuration with PostgreSQL database and Traefik integration 2026-04-20 19:56:09 -04:00
2d62d1a3f9 feat: add basic authentication middleware for analytics service in Traefik 2026-04-20 17:47:29 -04:00
b3313654ab feat: add goaccess and goaccess-cron services for Traefik access log analysis 2026-04-20 16:42:15 -04:00
Nathan Castaldi
ebc1ae7c8b updated ersion tag 2026-04-20 11:42:45 -04:00
Nathan Castaldi
31e41934ee updated version tag to 2.3.5.5327 2026-04-20 11:39:40 -04:00
52c60aecb4 fix: update downloads volume path for Pinchflat service 2026-04-20 10:02:32 -04:00
9f19363409 fix: add TEMP and TMPDIR environment variables for Pinchflat service. Force yt-dlp to use the container's internal /tmp instead of /config. 2026-04-20 09:52:43 -04:00
49d62fa772 fix: add PUID and PGID environment variables for Pinchflat service 2026-04-20 09:46:43 -04:00