Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73597effd8 | |||
| 1ef0778919 | |||
| b3fc11730f | |||
| 5a67a4697c | |||
| 6f745d95e6 | |||
| 2ab5a53aea |
@@ -52,6 +52,7 @@
|
||||
| gotify | gotify/server |
|
||||
| guacamole | flcontainers/guacamole:latest |
|
||||
| homepage | ghcr.io/gethomepage/homepage:latest |
|
||||
| hugo | hugomods/hugo:exts |
|
||||
| immich-server | ghcr.io/immich-app/immich-server:release |
|
||||
| immich-machine-learning | ghcr.io/immich-app/immich-machine-learning:release |
|
||||
| immich-pg-db | tensorchord/pgvecto-rs:pg14-v0.2.1 |
|
||||
@@ -131,7 +132,7 @@
|
||||
| sourcebot | ghcr.io/sourcebot-dev/sourcebot:latest |
|
||||
| speedtest-tracker | lscr.io/linuxserver/speedtest-tracker:latest |
|
||||
| stable-diffusion-download | git.trez.wtf/trez.one/stable-diffusion-download:v9.0.0 |
|
||||
| stable-diffusion-webui | git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.0 |
|
||||
| stable-diffusion-webui | git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.1 |
|
||||
| swag | lscr.io/linuxserver/swag:latest |
|
||||
| tandoor | vabene1111/recipes |
|
||||
| tandoor-pg | postgres:16-alpine |
|
||||
|
||||
+3
-298
@@ -505,6 +505,8 @@ services:
|
||||
TZ: ${TZ}
|
||||
expose:
|
||||
- 3000
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
image: ghcr.io/browserless/chromium:latest
|
||||
labels:
|
||||
swag: enable
|
||||
@@ -1759,60 +1761,6 @@ 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
|
||||
@@ -2079,110 +2027,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
|
||||
@@ -3828,51 +3672,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:
|
||||
@@ -3919,79 +3718,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
|
||||
@@ -4963,27 +4689,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
|
||||
@@ -4992,7 +4697,7 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user