|
|
|
@@ -115,7 +115,7 @@ services:
|
|
|
|
|
SEARCH_BACKEND_ENGINE: ripgrep # tells ArchiveBox to use sonic container below for fast full-text search
|
|
|
|
|
image: archivebox/archivebox:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: ArchiveBox
|
|
|
|
|
homepage.href: https://archive.${MY_TLD}
|
|
|
|
|
homepage.icon: archivebox.png
|
|
|
|
@@ -496,9 +496,9 @@ services:
|
|
|
|
|
ALLOW_FILE_PROTOCOL: true
|
|
|
|
|
CONCURRENT: 20
|
|
|
|
|
HEALTH: false
|
|
|
|
|
PROXY_HOST: swag
|
|
|
|
|
PROXY_PORT: 443
|
|
|
|
|
PROXY_SSL: true
|
|
|
|
|
PROXY_HOST: browserless
|
|
|
|
|
PROXY_PORT: 3000
|
|
|
|
|
PROXY_SSL: false
|
|
|
|
|
QUEUED: 20
|
|
|
|
|
TIMEOUT: 300000
|
|
|
|
|
TOKEN: ${CHROMIUM_TOKEN}
|
|
|
|
@@ -924,7 +924,7 @@ services:
|
|
|
|
|
timeout: 10s
|
|
|
|
|
image: freikin/dawarich:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: Dawarich
|
|
|
|
|
homepage.href: https://loc.${MY_TLD}
|
|
|
|
|
homepage.icon: dawarich.svg
|
|
|
|
@@ -1341,7 +1341,7 @@ services:
|
|
|
|
|
container_name: docuseal
|
|
|
|
|
image: docuseal/docuseal:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: Docuseal
|
|
|
|
|
homepage.href: https://docs.${MY_TLD}
|
|
|
|
|
homepage.description: OSS Document Signing & Verification
|
|
|
|
@@ -1759,92 +1759,28 @@ services:
|
|
|
|
|
type: bind
|
|
|
|
|
bind:
|
|
|
|
|
create_host_path: true
|
|
|
|
|
# hortusfox:
|
|
|
|
|
# container_name: hortusfox
|
|
|
|
|
# depends_on:
|
|
|
|
|
# mariadb:
|
|
|
|
|
# condition: service_started
|
|
|
|
|
# required: true
|
|
|
|
|
# restart: true
|
|
|
|
|
# environment:
|
|
|
|
|
# APP_ADMIN_EMAIL: charish.patel@trez.wtf
|
|
|
|
|
# APP_ADMIN_PASSWORD: ${HORTUSFOX_ADMIN_PASSWORD}
|
|
|
|
|
# DB_CHARSET: utf8mb4
|
|
|
|
|
# DB_DATABASE: hortusfox
|
|
|
|
|
# DB_HOST: mariadb
|
|
|
|
|
# DB_PASSWORD: ${HORTUSFOX_DB_PASSWORD}
|
|
|
|
|
# DB_PORT: 3306
|
|
|
|
|
# DB_USERNAME: hortusfox
|
|
|
|
|
# image: ghcr.io/danielbrendel/hortusfox-web:latest
|
|
|
|
|
# labels:
|
|
|
|
|
# swag: enable
|
|
|
|
|
# swag_proto: http
|
|
|
|
|
# swag_url: plants.${MY_TLD}
|
|
|
|
|
# swag.uptime-kuma.enabled: true
|
|
|
|
|
# swag.uptime-kuma.monitor.url: https://plants.${MY_TLD}
|
|
|
|
|
# homepage.group: Lifestyle
|
|
|
|
|
# homepage.name: HortusFox
|
|
|
|
|
# homepage.href: https://plants.${MY_TLD}
|
|
|
|
|
# homepage.icon: hortusfox.png
|
|
|
|
|
# homepage.description: Plant management system
|
|
|
|
|
# networks:
|
|
|
|
|
# default: null
|
|
|
|
|
# ports:
|
|
|
|
|
# - 8006:80
|
|
|
|
|
# restart: unless-stopped
|
|
|
|
|
# volumes:
|
|
|
|
|
# - source: hortusfox_app_images
|
|
|
|
|
# target: /var/www/html/public/img
|
|
|
|
|
# type: volume
|
|
|
|
|
# volume: {}
|
|
|
|
|
# - source: hortusfox_app_logs
|
|
|
|
|
# target: /var/www/html/app/logs
|
|
|
|
|
# type: volume
|
|
|
|
|
# volume: {}
|
|
|
|
|
# - source: hortusfox_app_backup
|
|
|
|
|
# target: /var/www/html/public/backup
|
|
|
|
|
# type: volume
|
|
|
|
|
# volume: {}
|
|
|
|
|
# - source: hortusfox_app_themes
|
|
|
|
|
# target: /var/www/html/public/themes
|
|
|
|
|
# type: volume
|
|
|
|
|
# volume: {}
|
|
|
|
|
# - source: hortusfox_app_migrate
|
|
|
|
|
# target: /var/www/html/app/migrations
|
|
|
|
|
# type: volume
|
|
|
|
|
# volume: {}
|
|
|
|
|
# hugo:
|
|
|
|
|
# command: hugo server --baseURL "it-services.trez.wtf" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug
|
|
|
|
|
# container_name: hugo
|
|
|
|
|
# image: hugomods/hugo:exts
|
|
|
|
|
# labels:
|
|
|
|
|
# swag: enable
|
|
|
|
|
# swag_proto: http
|
|
|
|
|
# swag_port: 1313
|
|
|
|
|
# swag_url: it-services.${MY_TLD}
|
|
|
|
|
# swag.uptime-kuma.enabled: true
|
|
|
|
|
# swag.uptime-kuma.monitor.url: https://it-services.${MY_TLD}
|
|
|
|
|
# homepage.group: Professional Services
|
|
|
|
|
# homepage.name: Hugo
|
|
|
|
|
# homepage.href: https://it-services.${MY_TLD}
|
|
|
|
|
# homepage.icon: hugo.svg
|
|
|
|
|
# homepage.description: Static site
|
|
|
|
|
# networks:
|
|
|
|
|
# default: null
|
|
|
|
|
# ports:
|
|
|
|
|
# - 1313:1313
|
|
|
|
|
# restart: unless-stopped
|
|
|
|
|
# volumes:
|
|
|
|
|
# - source: ${DOCKER_VOLUME_CONFIG}/hugo/
|
|
|
|
|
# target: /src
|
|
|
|
|
# type: bind
|
|
|
|
|
# bind:
|
|
|
|
|
# create_host_path: true
|
|
|
|
|
# - source: ${DOCKER_VOLUME_CONFIG}/hugo/cache
|
|
|
|
|
# target: /tmp/hugo_cache
|
|
|
|
|
# type: bind
|
|
|
|
|
# bind:
|
|
|
|
|
# create_host_path: true
|
|
|
|
|
hugo:
|
|
|
|
|
command: hugo server --baseURL "it-services.trez.wtf" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug
|
|
|
|
|
container_name: hugo
|
|
|
|
|
image: hugomods/hugo:exts
|
|
|
|
|
labels:
|
|
|
|
|
swag: enable
|
|
|
|
|
swag_proto: http
|
|
|
|
|
swag_port: 1313
|
|
|
|
|
swag_url: it-services.${MY_TLD}
|
|
|
|
|
swag.uptime-kuma.enabled: true
|
|
|
|
|
swag.uptime-kuma.monitor.url: https://it-services.${MY_TLD}
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: Hugo
|
|
|
|
|
homepage.href: https://it-services.${MY_TLD}
|
|
|
|
|
homepage.icon: hugo.svg
|
|
|
|
|
homepage.description: Static site
|
|
|
|
|
ports:
|
|
|
|
|
- 1313:1313
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
volumes:
|
|
|
|
|
- ${DOCKER_VOLUME_CONFIG}/hugo/:/src
|
|
|
|
|
- ${DOCKER_VOLUME_CONFIG}/hugo/cache:/tmp/hugo_cache
|
|
|
|
|
immich-server:
|
|
|
|
|
container_name: immich-server
|
|
|
|
|
depends_on:
|
|
|
|
@@ -2089,110 +2025,6 @@ services:
|
|
|
|
|
type: bind
|
|
|
|
|
bind:
|
|
|
|
|
create_host_path: true
|
|
|
|
|
# invoice-ninja:
|
|
|
|
|
# container_name: invoice-ninja
|
|
|
|
|
# depends_on:
|
|
|
|
|
# mariadb:
|
|
|
|
|
# condition: service_started
|
|
|
|
|
# required: true
|
|
|
|
|
# restart: true
|
|
|
|
|
# environment:
|
|
|
|
|
# APP_DEBUG: true
|
|
|
|
|
# APP_KEY: ${IN_APP_KEY}
|
|
|
|
|
# APP_URL: http://invoice_ninja:8003
|
|
|
|
|
# APP_ENV: /var/www/html/.env
|
|
|
|
|
# DB_DATABASE: invoice_ninja
|
|
|
|
|
# DB_HOST: mariadb
|
|
|
|
|
# DB_PASSWORD: ${IN_MYSQL_PASSWORD}
|
|
|
|
|
# DB_PORT: 3306
|
|
|
|
|
# DB_USERNAME: ininja
|
|
|
|
|
# IN_PASSWORD: ${IN_PASSWORD}
|
|
|
|
|
# IN_USER_EMAIL: charish.patel@trez.wtf
|
|
|
|
|
# MAIL_ENCRYPTION: null
|
|
|
|
|
# MAIL_FROM_ADDRESS: noreply@trez.wtf
|
|
|
|
|
# MAIL_FROM_NAME: null
|
|
|
|
|
# MAIL_HOST: postal-smtp
|
|
|
|
|
# MAIL_MAILER: log
|
|
|
|
|
# MAIL_PASSWORD: ${POSTAL_SMTP_AUTH_PASSWORD}
|
|
|
|
|
# MAIL_PORT: 25
|
|
|
|
|
# MAIL_USERNAME: ${POSTAL_SMTP_AUTH_USER}
|
|
|
|
|
# MYSQL_DATABASE: invoice_ninja
|
|
|
|
|
# MYSQL_PASSWORD: ${IN_MYSQL_PASSWORD}
|
|
|
|
|
# MYSQL_ROOT_PASSWORD: ${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}
|
|
|
|
|
# MYSQL_USER: ininja
|
|
|
|
|
# PDF_GENERATOR: snappdf
|
|
|
|
|
# PHANTOMJS_PDF_GENERATION: false
|
|
|
|
|
# QUEUE_CONNECTION: database
|
|
|
|
|
# REQUIRE_HTTPS: false
|
|
|
|
|
# TRUSTED_PROXIES: 172.18.0.0/16
|
|
|
|
|
# expose:
|
|
|
|
|
# - 9000
|
|
|
|
|
# image: invoiceninja/invoiceninja-debian:5
|
|
|
|
|
# networks:
|
|
|
|
|
# default: null
|
|
|
|
|
# ports:
|
|
|
|
|
# - 8003:8003
|
|
|
|
|
# restart: always
|
|
|
|
|
# volumes:
|
|
|
|
|
# - invoice-ninja_cache:/var/www/html/bootstrap/cache
|
|
|
|
|
# - invoice-ninja_public:/var/www/html/public
|
|
|
|
|
# - invoice-ninja_storage:/var/www/html/storage
|
|
|
|
|
# invoice-ninja_proxy:
|
|
|
|
|
# container_name: invoice-ninja_proxy
|
|
|
|
|
# depends_on:
|
|
|
|
|
# invoice-ninja:
|
|
|
|
|
# condition: service_started
|
|
|
|
|
# required: true
|
|
|
|
|
# restart: true
|
|
|
|
|
# environment:
|
|
|
|
|
# APP_DEBUG: true
|
|
|
|
|
# APP_KEY: ${IN_APP_KEY}
|
|
|
|
|
# APP_URL: http://invoice_ninja:9000
|
|
|
|
|
# DB_DATABASE: invoice_ninja
|
|
|
|
|
# DB_HOST: mariadb
|
|
|
|
|
# DB_PASSWORD: ${IN_MYSQL_PASSWORD}
|
|
|
|
|
# DB_PORT: 3306
|
|
|
|
|
# DB_USERNAME: ininja
|
|
|
|
|
# IN_PASSWORD: ${IN_PASSWORD}
|
|
|
|
|
# IN_USER_EMAIL: charish.patel@trez.wtf
|
|
|
|
|
# MAIL_ENCRYPTION: null
|
|
|
|
|
# MAIL_FROM_ADDRESS: noreply@trez.wtf
|
|
|
|
|
# MAIL_FROM_NAME: null
|
|
|
|
|
# MAIL_HOST: postal-smtp
|
|
|
|
|
# MAIL_MAILER: log
|
|
|
|
|
# MAIL_PASSWORD: ${POSTAL_SMTP_AUTH_PASSWORD}
|
|
|
|
|
# MAIL_PORT: 25
|
|
|
|
|
# MAIL_USERNAME: ${POSTAL_SMTP_AUTH_USER}
|
|
|
|
|
# MYSQL_DATABASE: invoice_ninja
|
|
|
|
|
# MYSQL_PASSWORD: ${IN_MYSQL_PASSWORD}
|
|
|
|
|
# MYSQL_ROOT_PASSWORD: ${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}
|
|
|
|
|
# MYSQL_USER: ininja
|
|
|
|
|
# PDF_GENERATOR: snappdf
|
|
|
|
|
# PHANTOMJS_PDF_GENERATION: false
|
|
|
|
|
# QUEUE_CONNECTION: database
|
|
|
|
|
# REQUIRE_HTTPS: false
|
|
|
|
|
# TRUSTED_PROXIES: 172.18.0.0/16
|
|
|
|
|
# image: nginx
|
|
|
|
|
# labels:
|
|
|
|
|
# swag: enable
|
|
|
|
|
# swag_proto: http
|
|
|
|
|
# swag_url: biz.${MY_TLD}
|
|
|
|
|
# swag.uptime-kuma.enabled: true
|
|
|
|
|
# swag.uptime-kuma.monitor.url: https://biz.${MY_TLD}
|
|
|
|
|
# homepage.group: Professional Services
|
|
|
|
|
# homepage.name: Invoice Ninja
|
|
|
|
|
# homepage.href: https://biz.${MY_TLD}
|
|
|
|
|
# homepage.icon: invoice-ninja.svg
|
|
|
|
|
# homepage.description: Simple invoicing, multiple payment options, expense and vendor management, and more!
|
|
|
|
|
# networks:
|
|
|
|
|
# default: null
|
|
|
|
|
# ports:
|
|
|
|
|
# - 8005:80
|
|
|
|
|
# restart: always
|
|
|
|
|
# volumes:
|
|
|
|
|
# - ${DOCKER_VOLUME_CONFIG}/invoice-ninja/nginx:/etc/nginx/conf.d:ro
|
|
|
|
|
# - invoice-ninja_public:/var/www/html/public
|
|
|
|
|
# - invoice-ninja_storage:/var/www/html/storage
|
|
|
|
|
it-tools:
|
|
|
|
|
container_name: it-tools
|
|
|
|
|
image: ghcr.io/corentinth/it-tools:latest
|
|
|
|
@@ -2855,7 +2687,7 @@ services:
|
|
|
|
|
POSTGRES_HOST: joplin-db
|
|
|
|
|
image: joplin/server:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: Joplin
|
|
|
|
|
homepage.href: https://notes.${MY_TLD}
|
|
|
|
|
homepage.icon: joplin.svg
|
|
|
|
@@ -2883,7 +2715,7 @@ services:
|
|
|
|
|
RAG_API_URL: http://librechat-rag-api:8000
|
|
|
|
|
image: ghcr.io/danny-avila/librechat-dev:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: LibreChat
|
|
|
|
|
homepage.href: https://ai.${MY_TLD}
|
|
|
|
|
homepage.icon: sh-librechat.svg
|
|
|
|
@@ -2939,7 +2771,7 @@ services:
|
|
|
|
|
environment:
|
|
|
|
|
LT_UPDATE_MODELS: true
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: LibreTranslate
|
|
|
|
|
homepage.href: https://translate.${MY_TLD}
|
|
|
|
|
homepage.icon: sh-libretranslate.svg
|
|
|
|
@@ -3679,7 +3511,7 @@ services:
|
|
|
|
|
- 11000
|
|
|
|
|
image: nextcloud/all-in-one:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: NextCloud
|
|
|
|
|
homepage.href: https://cloud.${MY_TLD}
|
|
|
|
|
homepage.icon: nextcloud.svg
|
|
|
|
@@ -3778,7 +3610,7 @@ services:
|
|
|
|
|
swag_url: docs.${MY_TLD}
|
|
|
|
|
swag.uptime-kuma.enabled: true
|
|
|
|
|
swag.uptime-kuma.monitor.url: https://docs.${MY_TLD}
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: Paperless-ngx
|
|
|
|
|
homepage.href: https://docs.${MY_TLD}
|
|
|
|
|
homepage.icon: paperless-ngx.svg
|
|
|
|
@@ -3838,51 +3670,6 @@ services:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
volumes:
|
|
|
|
|
- ${DOCKER_VOLUME_CONFIG}/parseable/staging:/staging
|
|
|
|
|
# peppermint:
|
|
|
|
|
# container_name: peppermint
|
|
|
|
|
# depends_on:
|
|
|
|
|
# peppermint-pg-db:
|
|
|
|
|
# condition: service_started
|
|
|
|
|
# required: true
|
|
|
|
|
# environment:
|
|
|
|
|
# BASE_URL: https://support.trez.wtf
|
|
|
|
|
# DB_USERNAME: peppermint
|
|
|
|
|
# DB_PASSWORD: ${PEPPERMINT_PG_PASSWORD}
|
|
|
|
|
# DB_HOST: peppermint-pg-db
|
|
|
|
|
# SECRET: ${PEPPERMINT_SECRET_KEY}
|
|
|
|
|
# image: pepperlabs/peppermint:latest
|
|
|
|
|
# labels:
|
|
|
|
|
# swag: enable
|
|
|
|
|
# swag_proto: http
|
|
|
|
|
# swag_port: 3000
|
|
|
|
|
# swag_url: support.${MY_TLD}
|
|
|
|
|
# swag_server_custom_directive: |
|
|
|
|
|
# location /api {
|
|
|
|
|
# proxy_pass http://peppermint:5003;
|
|
|
|
|
# }
|
|
|
|
|
# swag.uptime-kuma.enabled: true
|
|
|
|
|
# swag.uptime-kuma.monitor.url: https://support.${MY_TLD}
|
|
|
|
|
# homepage.group: Professional Services
|
|
|
|
|
# homepage.name: Peppermint
|
|
|
|
|
# homepage.href: https://support.${MY_TLD}
|
|
|
|
|
# homepage.icon: peppermint.svg
|
|
|
|
|
# homepage.description: Open-source ticket management and help desk solution
|
|
|
|
|
# ports:
|
|
|
|
|
# - 3000:3000
|
|
|
|
|
# - 5003:5003
|
|
|
|
|
# restart: always
|
|
|
|
|
# peppermint-pg-db:
|
|
|
|
|
# container_name: peppermint-pg-db
|
|
|
|
|
# environment:
|
|
|
|
|
# POSTGRES_USER: peppermint
|
|
|
|
|
# POSTGRES_PASSWORD: ${PEPPERMINT_PG_PASSWORD}
|
|
|
|
|
# POSTGRES_DB: peppermint
|
|
|
|
|
# expose:
|
|
|
|
|
# - 5432
|
|
|
|
|
# image: postgres:17-alpine
|
|
|
|
|
# restart: always
|
|
|
|
|
# volumes:
|
|
|
|
|
# - peppermint-pg-data:/var/lib/postgresql/data
|
|
|
|
|
pgbackweb:
|
|
|
|
|
container_name: pgbackweb
|
|
|
|
|
depends_on:
|
|
|
|
@@ -3929,79 +3716,6 @@ services:
|
|
|
|
|
- 8080
|
|
|
|
|
image: 'plantuml/plantuml-server:jetty'
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
# plausible:
|
|
|
|
|
# command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
|
|
|
|
# container_name: plausible
|
|
|
|
|
# depends_on:
|
|
|
|
|
# plausible_db:
|
|
|
|
|
# condition: service_started
|
|
|
|
|
# required: true
|
|
|
|
|
# plausible_events_db:
|
|
|
|
|
# condition: service_started
|
|
|
|
|
# required: true
|
|
|
|
|
# environment:
|
|
|
|
|
# BASE_URL: https://analytics.${MY_TLD}
|
|
|
|
|
# CLICKHOUSE_DATABASE_URL: http://plausible-events-db:8123/plausible_events_db
|
|
|
|
|
# DATABASE_URL: postgres://plausible:${PLAUSIBLE_PG_PASSWORD}@plausible-db:5432/plausible_db
|
|
|
|
|
# DISABLE_REGISTRATION: invite_only
|
|
|
|
|
# ENABLE_EMAIL_VERIFICATION: true
|
|
|
|
|
# MAILER_ADAPTER: Bamboo.Mua
|
|
|
|
|
# MAILER_EMAIL: noreply@trez.wtf
|
|
|
|
|
# MAILER_NAME: Plausible
|
|
|
|
|
# MAXMINDDB_LICENSE_KEY: ${SWAG_MAXMINDDB_LICENSE_KEY}
|
|
|
|
|
# SECRET_KEY_BASE: ${PLAUSIBLE_SECRET_KEY_BASE}
|
|
|
|
|
# SMTP_HOST_ADDR: postal-smtp
|
|
|
|
|
# SMTP_HOST_PORT: 25
|
|
|
|
|
# SMTP_USER_NAME: ${POSTAL_SMTP_AUTH_USER}
|
|
|
|
|
# SMTP_USER_PWD: ${POSTAL_SMTP_AUTH_PASSWORD}
|
|
|
|
|
# TOTP_VAULT_KEY: ${PLAUSIBLE_TOTP_VAULT_KEY}
|
|
|
|
|
# image: ghcr.io/plausible/community-edition:v2.1.0
|
|
|
|
|
# labels:
|
|
|
|
|
# swag: enable
|
|
|
|
|
# swag_proto: http
|
|
|
|
|
# swag_port: 8000
|
|
|
|
|
# swag_url: analytics.${MY_TLD}
|
|
|
|
|
# homepage.group: Professional Services
|
|
|
|
|
# homepage.name: Plausible
|
|
|
|
|
# homepage.href: https://analytics.${MY_TLD}
|
|
|
|
|
# homepage.icon: plausible.svg
|
|
|
|
|
# homepage.description: Open-source web analytics
|
|
|
|
|
# networks:
|
|
|
|
|
# default: null
|
|
|
|
|
# ports:
|
|
|
|
|
# - 8107:8000
|
|
|
|
|
# restart: always
|
|
|
|
|
# plausible_db:
|
|
|
|
|
# container_name: plausible-db
|
|
|
|
|
# environment:
|
|
|
|
|
# POSTGRES_DB: plausible_db
|
|
|
|
|
# POSTGRES_PASSWORD: ${PLAUSIBLE_PG_PASSWORD}
|
|
|
|
|
# POSTGRES_USER: plausible
|
|
|
|
|
# expose:
|
|
|
|
|
# - 5432
|
|
|
|
|
# image: postgres:16-alpine
|
|
|
|
|
# networks:
|
|
|
|
|
# default: null
|
|
|
|
|
# restart: always
|
|
|
|
|
# volumes:
|
|
|
|
|
# - plausible-db-data:/var/lib/postgresql/data
|
|
|
|
|
# plausible_events_db:
|
|
|
|
|
# container_name: plausible-events-db
|
|
|
|
|
# expose:
|
|
|
|
|
# - 8123
|
|
|
|
|
# image: clickhouse/clickhouse-server:24.3.3.102-alpine
|
|
|
|
|
# networks:
|
|
|
|
|
# default: null
|
|
|
|
|
# restart: always
|
|
|
|
|
# ulimits:
|
|
|
|
|
# nofile:
|
|
|
|
|
# hard: 262144
|
|
|
|
|
# soft: 262144
|
|
|
|
|
# volumes:
|
|
|
|
|
# - plausible-event-data:/var/lib/clickhouse
|
|
|
|
|
# - plausible-event-logs:/var/log/clickhouse-server
|
|
|
|
|
# - ${DOCKER_VOLUME_CONFIG}/plausible/clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/logging.xml:ro
|
|
|
|
|
# - ${DOCKER_VOLUME_CONFIG}/plausible/clickhouse/clickhouse-user-config.xml:/etc/clickhouse-server/users.d/logging.xml:ro
|
|
|
|
|
portainer:
|
|
|
|
|
command: -H tcp://dockerproxy:2375
|
|
|
|
|
container_name: portainer
|
|
|
|
@@ -4270,7 +3984,7 @@ services:
|
|
|
|
|
ACCESS_TOKEN_SECRET: ${REACTIVE_RESUME_ACCESS_TOKEN_SECRET}
|
|
|
|
|
CHROME_PORT: 443
|
|
|
|
|
CHROME_TOKEN: ${CHROMIUM_TOKEN}
|
|
|
|
|
CHROME_URL: wss://browse.${MY_TLD}
|
|
|
|
|
CHROME_URL: wss://browserless:3000
|
|
|
|
|
DATABASE_URL: postgresql://reactiveresume:${REACTIVE_RESUME_PGSQL_PASSWORD}@reactive-resume-pg:5432/reactiveresume
|
|
|
|
|
MAIL_FROM: noreply@trez.wtf
|
|
|
|
|
NODE_ENV: production
|
|
|
|
@@ -4289,7 +4003,7 @@ services:
|
|
|
|
|
TZ: ${TZ}
|
|
|
|
|
image: amruthpillai/reactive-resume:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: Reactive Resume
|
|
|
|
|
homepage.href: https://resume.${MY_TLD}
|
|
|
|
|
homepage.icon: reactive-resume.svg
|
|
|
|
@@ -4542,7 +4256,7 @@ services:
|
|
|
|
|
- 3000
|
|
|
|
|
image: jpyles0524/scraperr:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: Scraperr
|
|
|
|
|
homepage.href: https://scrape.${MY_TLD}
|
|
|
|
|
homepage.icon: /icons/scraperr.png
|
|
|
|
@@ -4633,7 +4347,7 @@ services:
|
|
|
|
|
SEARXNG_BASE_URL: https://${SEARXNG_BASE_URL:-localhost}/
|
|
|
|
|
image: searxng/searxng:latest
|
|
|
|
|
labels:
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.name: SearxNG
|
|
|
|
|
homepage.href: https://search.${MY_TLD}
|
|
|
|
|
homepage.icon: searxng.png
|
|
|
|
@@ -4973,27 +4687,6 @@ services:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
volumes:
|
|
|
|
|
- ${DOCKER_VOLUME_CONFIG}/speedtest-tracker:/config
|
|
|
|
|
# spotisub:
|
|
|
|
|
# container_name: spotisub
|
|
|
|
|
# environment:
|
|
|
|
|
# SPOTIPY_CLIENT_ID: ${YOUR_SPOTIFY_ID}
|
|
|
|
|
# SPOTIPY_CLIENT_SECRET: ${YOUR_SPOTIFY_SECRET}
|
|
|
|
|
# SPOTIPY_REDIRECT_URI: http://127.0.0.1:8080/
|
|
|
|
|
# SUBSONIC_API_HOST: http://navidrome
|
|
|
|
|
# SUBSONIC_API_PORT: 4533
|
|
|
|
|
# SUBSONIC_API_USER: ${NAVIDROME_USERNAME}
|
|
|
|
|
# SUBSONIC_API_PASS: ${NAVIDROME_PASSWORD}
|
|
|
|
|
# healthcheck:
|
|
|
|
|
# test: curl -s http://127.0.0.1:5183/api/v1/utils/healthcheck | grep -q 'Ok!' || exit 1
|
|
|
|
|
# interval: 30s
|
|
|
|
|
# retries: 20
|
|
|
|
|
# start_period: 30s
|
|
|
|
|
# image: blastbeng/spotisub:latest
|
|
|
|
|
# ports:
|
|
|
|
|
# - 5183:5183
|
|
|
|
|
# restart: always
|
|
|
|
|
# volumes:
|
|
|
|
|
# - ${DOCKER_VOLUME_CONFIG}/spotisub:/home/user/spotisub/cache
|
|
|
|
|
stable-diffusion-download:
|
|
|
|
|
container_name: stable-diffusion-download
|
|
|
|
|
image: git.trez.wtf/trez.one/stable-diffusion-download:v9.0.0
|
|
|
|
@@ -5002,12 +4695,12 @@ services:
|
|
|
|
|
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/data:/data
|
|
|
|
|
stable-diffusion-webui:
|
|
|
|
|
container_name: stable-diffusion-webui
|
|
|
|
|
image: git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.0
|
|
|
|
|
image: git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.1
|
|
|
|
|
environment:
|
|
|
|
|
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
|
|
|
|
labels:
|
|
|
|
|
homepage.name: Stable-Diffusion WebUI
|
|
|
|
|
homepage.group: Personal Services
|
|
|
|
|
homepage.group: Personal/Professional Services
|
|
|
|
|
homepage.description: Deep learning, text-to-image model
|
|
|
|
|
homepage.href: https://sd.${MY_TLD}
|
|
|
|
|
homepage.icon: /icons/stable-diffusion.png
|
|
|
|
|