Compare commits
1 Commits
49227714a3
...
0be2f21e3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0be2f21e3e |
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
version: "3.5"
|
version: "3.5"
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
@ -106,7 +105,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./stalwart-mail:/opt/stalwart-mail
|
- ./stalwart-mail:/opt/stalwart-mail
|
||||||
container_name: stalwart-mail
|
container_name: stalwart-mail
|
||||||
image: stalwartlabs/mail-server:v0.10.6
|
image: stalwartlabs/mail-server:latest
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.stalwart.rule=Host(`stalwart.mycomputer.party`)"
|
- "traefik.http.routers.stalwart.rule=Host(`stalwart.mycomputer.party`)"
|
||||||
@ -155,7 +154,7 @@ services:
|
|||||||
|
|
||||||
linkding:
|
linkding:
|
||||||
container_name: "${LD_CONTAINER_NAME:-linkding}"
|
container_name: "${LD_CONTAINER_NAME:-linkding}"
|
||||||
image: sissbruecker/linkding:1.36.0-plus
|
image: sissbruecker/linkding:latest-plus
|
||||||
ports:
|
ports:
|
||||||
- "${LD_HOST_PORT:-9090}:9090"
|
- "${LD_HOST_PORT:-9090}:9090"
|
||||||
volumes:
|
volumes:
|
||||||
@ -174,7 +173,7 @@ services:
|
|||||||
wallabag:
|
wallabag:
|
||||||
container_name: wallabag
|
container_name: wallabag
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: wallabag/wallabag:2.6.10
|
image: wallabag/wallabag
|
||||||
environment:
|
environment:
|
||||||
# - MYSQL_ROOT_PASSWORD=wallaroot
|
# - MYSQL_ROOT_PASSWORD=wallaroot
|
||||||
- POSTGRES_USER=wallabag
|
- POSTGRES_USER=wallabag
|
||||||
@ -218,7 +217,7 @@ services:
|
|||||||
timeout: 3s
|
timeout: 3s
|
||||||
authentik-server:
|
authentik-server:
|
||||||
container_name: authentik-server
|
container_name: authentik-server
|
||||||
image: ghcr.io/goauthentik/server:2024.8.2
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.2}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
@ -252,7 +251,7 @@ services:
|
|||||||
- "traefik.http.routers.authentik.middlewares=crowdsec@docker"
|
- "traefik.http.routers.authentik.middlewares=crowdsec@docker"
|
||||||
authentik-worker:
|
authentik-worker:
|
||||||
container_name: authentik-worker
|
container_name: authentik-worker
|
||||||
image: ghcr.io/goauthentik/server:2024.8.2
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.2}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
@ -278,121 +277,121 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
changedetection:
|
changedetection:
|
||||||
image: ghcr.io/dgtlmoon/changedetection.io:0.47.06
|
image: ghcr.io/dgtlmoon/changedetection.io
|
||||||
container_name: changedetection
|
container_name: changedetection
|
||||||
hostname: changedetection
|
hostname: changedetection
|
||||||
volumes:
|
volumes:
|
||||||
- changedetection-data:/datastore
|
- changedetection-data:/datastore
|
||||||
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
|
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
|
||||||
# - ./proxies.json:/datastore/proxies.json
|
# - ./proxies.json:/datastore/proxies.json
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# Default listening port, can also be changed with the -p option
|
# Default listening port, can also be changed with the -p option
|
||||||
# - PORT=5000
|
# - PORT=5000
|
||||||
|
|
||||||
# - PUID=1000
|
# - PUID=1000
|
||||||
# - PGID=1000
|
# - PGID=1000
|
||||||
#
|
#
|
||||||
# Log levels are in descending order. (TRACE is the most detailed one)
|
# Log levels are in descending order. (TRACE is the most detailed one)
|
||||||
# Log output levels: TRACE, DEBUG(default), INFO, SUCCESS, WARNING, ERROR, CRITICAL
|
# Log output levels: TRACE, DEBUG(default), INFO, SUCCESS, WARNING, ERROR, CRITICAL
|
||||||
# - LOGGER_LEVEL=DEBUG
|
# - LOGGER_LEVEL=DEBUG
|
||||||
#
|
#
|
||||||
# Alternative WebDriver/selenium URL, do not use "'s or 's!
|
# Alternative WebDriver/selenium URL, do not use "'s or 's!
|
||||||
# - WEBDRIVER_URL=http://browser-chrome:4444/wd/hub
|
# - WEBDRIVER_URL=http://browser-chrome:4444/wd/hub
|
||||||
#
|
#
|
||||||
# WebDriver proxy settings webdriver_proxyType, webdriver_ftpProxy, webdriver_noProxy,
|
# WebDriver proxy settings webdriver_proxyType, webdriver_ftpProxy, webdriver_noProxy,
|
||||||
# webdriver_proxyAutoconfigUrl, webdriver_autodetect,
|
# webdriver_proxyAutoconfigUrl, webdriver_autodetect,
|
||||||
# webdriver_socksProxy, webdriver_socksUsername, webdriver_socksVersion, webdriver_socksPassword
|
# webdriver_socksProxy, webdriver_socksUsername, webdriver_socksVersion, webdriver_socksPassword
|
||||||
#
|
#
|
||||||
# https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.common.proxy
|
# https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.common.proxy
|
||||||
#
|
#
|
||||||
# Alternative Playwright URL, do not use "'s or 's!
|
# Alternative Playwright URL, do not use "'s or 's!
|
||||||
# - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000
|
# - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000
|
||||||
#
|
#
|
||||||
# Playwright proxy settings playwright_proxy_server, playwright_proxy_bypass, playwright_proxy_username, playwright_proxy_password
|
# Playwright proxy settings playwright_proxy_server, playwright_proxy_bypass, playwright_proxy_username, playwright_proxy_password
|
||||||
#
|
#
|
||||||
# https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch-option-proxy
|
# https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch-option-proxy
|
||||||
#
|
#
|
||||||
# Plain requests - proxy support example.
|
# Plain requests - proxy support example.
|
||||||
# - HTTP_PROXY=socks5h://10.10.1.10:1080
|
# - HTTP_PROXY=socks5h://10.10.1.10:1080
|
||||||
# - HTTPS_PROXY=socks5h://10.10.1.10:1080
|
# - HTTPS_PROXY=socks5h://10.10.1.10:1080
|
||||||
#
|
#
|
||||||
# An exclude list (useful for notification URLs above) can be specified by with
|
# An exclude list (useful for notification URLs above) can be specified by with
|
||||||
# - NO_PROXY="localhost,192.168.0.0/24"
|
# - NO_PROXY="localhost,192.168.0.0/24"
|
||||||
#
|
#
|
||||||
# Base URL of your changedetection.io install (Added to the notification alert)
|
# Base URL of your changedetection.io install (Added to the notification alert)
|
||||||
- BASE_URL=https://changedetection.mycomputer.party
|
- BASE_URL=https://changedetection.mycomputer.party
|
||||||
# Respect proxy_pass type settings, `proxy_set_header Host "localhost";` and `proxy_set_header X-Forwarded-Prefix /app;`
|
# Respect proxy_pass type settings, `proxy_set_header Host "localhost";` and `proxy_set_header X-Forwarded-Prefix /app;`
|
||||||
# More here https://github.com/dgtlmoon/changedetection.io/wiki/Running-changedetection.io-behind-a-reverse-proxy-sub-directory
|
# More here https://github.com/dgtlmoon/changedetection.io/wiki/Running-changedetection.io-behind-a-reverse-proxy-sub-directory
|
||||||
- USE_X_SETTINGS=1
|
- USE_X_SETTINGS=1
|
||||||
#
|
#
|
||||||
# Hides the `Referer` header so that monitored websites can't see the changedetection.io hostname.
|
# Hides the `Referer` header so that monitored websites can't see the changedetection.io hostname.
|
||||||
# - HIDE_REFERER=true
|
# - HIDE_REFERER=true
|
||||||
#
|
#
|
||||||
# Default number of parallel/concurrent fetchers
|
# Default number of parallel/concurrent fetchers
|
||||||
# - FETCH_WORKERS=10
|
# - FETCH_WORKERS=10
|
||||||
|
|
||||||
# Comment out ports: when using behind a reverse proxy , enable networks: etc.
|
# Comment out ports: when using behind a reverse proxy , enable networks: etc.
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.changedetection.rule=Host(`changedetection.mycomputer.party`)"
|
- "traefik.http.routers.changedetection.rule=Host(`changedetection.mycomputer.party`)"
|
||||||
- "traefik.http.routers.changedetection.entrypoints=websecure"
|
- "traefik.http.routers.changedetection.entrypoints=websecure"
|
||||||
- "traefik.http.routers.changedetection.tls.certresolver=myresolver"
|
- "traefik.http.routers.changedetection.tls.certresolver=myresolver"
|
||||||
- "traefik.http.routers.changedetection.tls=true"
|
- "traefik.http.routers.changedetection.tls=true"
|
||||||
- "traefik.http.services.changedetection-http.loadbalancer.server.port=5000"
|
- "traefik.http.services.changedetection-http.loadbalancer.server.port=5000"
|
||||||
- "traefik.http.routers.changedetection.middlewares=authchain@docker"
|
- "traefik.http.routers.changedetection.middlewares=authchain@docker"
|
||||||
|
|
||||||
# Used for fetching pages via WebDriver+Chrome where you need Javascript support.
|
# Used for fetching pages via WebDriver+Chrome where you need Javascript support.
|
||||||
# Now working on arm64 (needs testing on rPi - tested on Oracle ARM instance)
|
# Now working on arm64 (needs testing on rPi - tested on Oracle ARM instance)
|
||||||
# replace image with seleniarm/standalone-chromium:4.0.0-20211213
|
# replace image with seleniarm/standalone-chromium:4.0.0-20211213
|
||||||
|
|
||||||
# If WEBDRIVER or PLAYWRIGHT are enabled, changedetection container depends on that
|
# If WEBDRIVER or PLAYWRIGHT are enabled, changedetection container depends on that
|
||||||
# and must wait before starting (substitute "browser-chrome" with "playwright-chrome" if last one is used)
|
# and must wait before starting (substitute "browser-chrome" with "playwright-chrome" if last one is used)
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# browser-chrome:
|
# browser-chrome:
|
||||||
# condition: service_started
|
# condition: service_started
|
||||||
|
|
||||||
# Used for fetching pages via Playwright+Chrome where you need Javascript support.
|
# Used for fetching pages via Playwright+Chrome where you need Javascript support.
|
||||||
# RECOMMENDED FOR FETCHING PAGES WITH CHROME
|
# RECOMMENDED FOR FETCHING PAGES WITH CHROME
|
||||||
# playwright-chrome:
|
# playwright-chrome:
|
||||||
# hostname: playwright-chrome
|
# hostname: playwright-chrome
|
||||||
# image: dgtlmoon/sockpuppetbrowser:latest
|
# image: dgtlmoon/sockpuppetbrowser:latest
|
||||||
# cap_add:
|
# cap_add:
|
||||||
# - SYS_ADMIN
|
# - SYS_ADMIN
|
||||||
## SYS_ADMIN might be too much, but it can be needed on your platform https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-on-gitlabci
|
## SYS_ADMIN might be too much, but it can be needed on your platform https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-on-gitlabci
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# environment:
|
# environment:
|
||||||
# - SCREEN_WIDTH=1920
|
# - SCREEN_WIDTH=1920
|
||||||
# - SCREEN_HEIGHT=1024
|
# - SCREEN_HEIGHT=1024
|
||||||
# - SCREEN_DEPTH=16
|
# - SCREEN_DEPTH=16
|
||||||
# - MAX_CONCURRENT_CHROME_PROCESSES=10
|
# - MAX_CONCURRENT_CHROME_PROCESSES=10
|
||||||
|
|
||||||
# Used for fetching pages via Playwright+Chrome where you need Javascript support.
|
# Used for fetching pages via Playwright+Chrome where you need Javascript support.
|
||||||
# Note: Works well but is deprecated, does not fetch full page screenshots (doesnt work with Visual Selector)
|
# Note: Works well but is deprecated, does not fetch full page screenshots (doesnt work with Visual Selector)
|
||||||
# Does not report status codes (200, 404, 403) and other issues
|
# Does not report status codes (200, 404, 403) and other issues
|
||||||
# browser-chrome:
|
# browser-chrome:
|
||||||
# hostname: browser-chrome
|
# hostname: browser-chrome
|
||||||
# image: selenium/standalone-chrome:4
|
# image: selenium/standalone-chrome:4
|
||||||
# environment:
|
# environment:
|
||||||
# - VNC_NO_PASSWORD=1
|
# - VNC_NO_PASSWORD=1
|
||||||
# - SCREEN_WIDTH=1920
|
# - SCREEN_WIDTH=1920
|
||||||
# - SCREEN_HEIGHT=1080
|
# - SCREEN_HEIGHT=1080
|
||||||
# - SCREEN_DEPTH=24
|
# - SCREEN_DEPTH=24
|
||||||
# volumes:
|
# volumes:
|
||||||
# # Workaround to avoid the browser crashing inside a docker container
|
# # Workaround to avoid the browser crashing inside a docker container
|
||||||
# # See https://github.com/SeleniumHQ/docker-selenium#quick-start
|
# # See https://github.com/SeleniumHQ/docker-selenium#quick-start
|
||||||
# - /dev/shm:/dev/shm
|
# - /dev/shm:/dev/shm
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|
||||||
healthchecks:
|
healthchecks:
|
||||||
container_name: healthchecks
|
container_name: healthchecks
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# To use a pre-built image, remove the above "build" section
|
# To use a pre-built image, remove the above "build" section
|
||||||
# and uncomment the following line:
|
# and uncomment the following line:
|
||||||
image: healthchecks/healthchecks:v3.7
|
image: healthchecks/healthchecks:latest
|
||||||
env_file:
|
env_file:
|
||||||
- .healthchecks-env
|
- .healthchecks-env
|
||||||
ports:
|
ports:
|
||||||
@ -467,7 +466,7 @@ services:
|
|||||||
# - net.ipv4.conf.all.src_valid_mark=1
|
# - net.ipv4.conf.all.src_valid_mark=1
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
crowdsec:
|
crowdsec:
|
||||||
image: crowdsecurity/crowdsec:v1.6.3
|
image: crowdsecurity/crowdsec
|
||||||
container_name: crowdsec
|
container_name: crowdsec
|
||||||
environment:
|
environment:
|
||||||
PGID: "1001"
|
PGID: "1001"
|
||||||
@ -494,14 +493,14 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
- backend
|
- backend
|
||||||
ddns-updater:
|
ddns-updater:
|
||||||
image: docker.io/qmcgaw/ddns-updater:v2.8
|
image: docker.io/qmcgaw/ddns-updater
|
||||||
container_name: ddns-updater
|
container_name: ddns-updater
|
||||||
ports:
|
ports:
|
||||||
- 8014:8000
|
- 8014:8000
|
||||||
volumes:
|
volumes:
|
||||||
- ./ddns-updater:/updater/data
|
- ./ddns-updater:/updater/data
|
||||||
bookstack:
|
bookstack:
|
||||||
image: lscr.io/linuxserver/bookstack:v24.10.1-ls173
|
image: lscr.io/linuxserver/bookstack
|
||||||
container_name: bookstack
|
container_name: bookstack
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
@ -529,7 +528,7 @@ services:
|
|||||||
- "traefik.http.routers.bookstack.tls.certresolver=myresolver"
|
- "traefik.http.routers.bookstack.tls.certresolver=myresolver"
|
||||||
- "traefik.http.routers.bookstack.tls=true"
|
- "traefik.http.routers.bookstack.tls=true"
|
||||||
bookstack_db:
|
bookstack_db:
|
||||||
image: lscr.io/linuxserver/mariadb:v24.10.1-ls173
|
image: lscr.io/linuxserver/mariadb
|
||||||
container_name: bookstack_db
|
container_name: bookstack_db
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
@ -543,7 +542,7 @@ services:
|
|||||||
- ./bookstack_db_data:/config
|
- ./bookstack_db_data:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
wikijs:
|
wikijs:
|
||||||
image: ghcr.io/requarks/wiki:2.5.305
|
image: ghcr.io/requarks/wiki:2
|
||||||
container_name: wikijs
|
container_name: wikijs
|
||||||
environment:
|
environment:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
|
|||||||
@ -69,7 +69,7 @@ services:
|
|||||||
# POSTGRES_USER: paperless
|
# POSTGRES_USER: paperless
|
||||||
# POSTGRES_PASSWORD: paperless
|
# POSTGRES_PASSWORD: paperless
|
||||||
paperless-webserver:
|
paperless-webserver:
|
||||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.7.2
|
image: ghcr.io/paperless-ngx/paperless-ngx:latest
|
||||||
container_name: paperless-webserver
|
container_name: paperless-webserver
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -127,7 +127,7 @@ services:
|
|||||||
- "traefik.http.routers.testweb.entrypoints=websecure"
|
- "traefik.http.routers.testweb.entrypoints=websecure"
|
||||||
- "traefik.http.routers.testweb.tls.certresolver=myresolver"
|
- "traefik.http.routers.testweb.tls.certresolver=myresolver"
|
||||||
actual_server:
|
actual_server:
|
||||||
image: docker.io/actualbudget/actual-server:24.11.0
|
image: docker.io/actualbudget/actual-server:latest
|
||||||
ports:
|
ports:
|
||||||
# This line makes Actual available at port 5006 of the device you run the server on,
|
# This line makes Actual available at port 5006 of the device you run the server on,
|
||||||
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user