Auto Merge of PR 92 - wizarr_deployment_2025-06-30T15-21-04
Auto-Unseal for Vault / Unseal Vault (push) Failing after 10m22s
Auto-Unseal for Vault / Unseal Vault (push) Failing after 10m22s
Merged by Trez.One
This commit was merged in pull request #92.
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
| maxun-frontend | getmaxun/maxun-frontend:latest |
|
| maxun-frontend | getmaxun/maxun-frontend:latest |
|
||||||
| maxun-pg-db | postgres:13-alpine |
|
| maxun-pg-db | postgres:13-alpine |
|
||||||
| maxun-valkey | docker.io/bitnami/valkey:latest |
|
| maxun-valkey | docker.io/bitnami/valkey:latest |
|
||||||
| meilisearch | getmeili/meilisearch:v1.13.3 |
|
| meilisearch | getmeili/meilisearch:v1.15 |
|
||||||
| meme-search-pro | ghcr.io/neonwatty/meme_search_pro:latest |
|
| meme-search-pro | ghcr.io/neonwatty/meme_search_pro:latest |
|
||||||
| meme-search-pro-img2txt-gen | ghcr.io/neonwatty/image_to_text_generator:latest |
|
| meme-search-pro-img2txt-gen | ghcr.io/neonwatty/image_to_text_generator:latest |
|
||||||
| meme-search-db | pgvector/pgvector:pg17 |
|
| meme-search-db | pgvector/pgvector:pg17 |
|
||||||
@@ -186,5 +186,6 @@
|
|||||||
| watchtower | ghcr.io/containrrr/watchtower:latest |
|
| watchtower | ghcr.io/containrrr/watchtower:latest |
|
||||||
| web-check | lissy93/web-check |
|
| web-check | lissy93/web-check |
|
||||||
| whodb | clidey/whodb |
|
| whodb | clidey/whodb |
|
||||||
|
| wizarr | ghcr.io/wizarrrr/wizarr |
|
||||||
| youtubedl | nbr23/youtube-dl-server:latest |
|
| youtubedl | nbr23/youtube-dl-server:latest |
|
||||||
|
|
||||||
|
|||||||
+35
-22
@@ -1807,6 +1807,8 @@ services:
|
|||||||
container_name: homepage
|
container_name: homepage
|
||||||
environment:
|
environment:
|
||||||
HOMEPAGE_ALLOWED_HOSTS: ${MY_TLD}
|
HOMEPAGE_ALLOWED_HOSTS: ${MY_TLD}
|
||||||
|
PUID: ${PUID}
|
||||||
|
PGID: ${PGID}
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
labels:
|
labels:
|
||||||
swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log ;
|
swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log ;
|
||||||
@@ -1814,27 +1816,10 @@ services:
|
|||||||
- 3004:3000
|
- 3004:3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/homepage
|
- ${DOCKER_VOLUME_CONFIG}/homepage:/app/config
|
||||||
target: /app/config
|
- ${DOCKER_VOLUME_CONFIG}/homepage/images:/app/public/images
|
||||||
type: bind
|
- ${DOCKER_VOLUME_CONFIG}/homepage/icons:/app/public/icons
|
||||||
bind:
|
- ${DOCKER_VOLUME_STORAGE}:/rinoa-storage:ro
|
||||||
create_host_path: true
|
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/homepage/images
|
|
||||||
target: /app/public/images
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/homepage/icons
|
|
||||||
target: /app/public/icons
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
- read_only: true
|
|
||||||
source: ${DOCKER_VOLUME_STORAGE}
|
|
||||||
target: /rinoa-storage
|
|
||||||
type: bind
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
hugo:
|
hugo:
|
||||||
command: hugo server --baseURL "it-services.${MY_TLD}" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug
|
command: hugo server --baseURL "it-services.${MY_TLD}" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug
|
||||||
container_name: hugo
|
container_name: hugo
|
||||||
@@ -4176,7 +4161,7 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
restart: on-failure
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- planka-db-data:/var/lib/postgresql/data
|
- planka-db-data:/var/lib/postgresql/data
|
||||||
plant-it:
|
plant-it:
|
||||||
@@ -6069,6 +6054,34 @@ services:
|
|||||||
swag.uptime-kuma.monitor.url: https://dbs.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://dbs.${MY_TLD}
|
||||||
swag.uptime-kuma.monitor.interval: 300
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
wizarr:
|
||||||
|
container_name: wizarr
|
||||||
|
depends_on:
|
||||||
|
authelia:
|
||||||
|
condition: service_started
|
||||||
|
required: true
|
||||||
|
environment:
|
||||||
|
PUID: ${PUID}
|
||||||
|
PGID: ${PGID}
|
||||||
|
DISABLE_BUILTIN_AUTH: true
|
||||||
|
TZ: ${TZ}
|
||||||
|
image: ghcr.io/wizarrrr/wizarr
|
||||||
|
labels:
|
||||||
|
homepage.group: Servarr Stack
|
||||||
|
homepage.name: Wizarr
|
||||||
|
homepage.href: https://wizarr.${MY_TLD}
|
||||||
|
homepage.icon: wizarr.svg
|
||||||
|
homepage.description: User invitation management system for Jellyfin, Plex, and Emby
|
||||||
|
swag: enable
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.url: https://wizarr.${MY_TLD}
|
||||||
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
|
ports:
|
||||||
|
- 5690:5690
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/wizarr/database:/data/database
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/wizarr/wizard:/data/wizard_steps
|
||||||
youtubedl:
|
youtubedl:
|
||||||
container_name: youtubedl
|
container_name: youtubedl
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user