New backup 2024-07-08 13:39:55
This commit is contained in:
parent
6a9d60e9cc
commit
cecd8fae46
5 changed files with 4 additions and 27 deletions
|
@ -23,6 +23,9 @@ WG_COUNTRIES=
|
|||
SEARXNG_HOSTNAME=
|
||||
|
||||
#PORTS
|
||||
|
||||
AUTHELIA_PORT=
|
||||
|
||||
DDNS_PORT=
|
||||
KUMA_PORT=
|
||||
|
||||
|
|
2
auth.yml
2
auth.yml
|
@ -44,7 +44,7 @@ services:
|
|||
networks:
|
||||
- authelia
|
||||
ports:
|
||||
- 9091:9091
|
||||
- ${AUTHELIA_PORT}:9091
|
||||
restart: unless-stopped
|
||||
|
||||
authelia-redis: # data structure server for authelia #https://redis.io/docs/about/
|
||||
|
|
|
@ -13,9 +13,6 @@ services:
|
|||
ddns-updater: # dns updater, prevents issues caused by cycling residential ip address https://hub.docker.com/r/qmcgaw/ddns-updater
|
||||
image: qmcgaw/ddns-updater:latest
|
||||
container_name: ddns-updater
|
||||
# networks:
|
||||
# docker-local:
|
||||
# ipv4_address: ${SUBNET_PREFIX}2
|
||||
environment:
|
||||
- LISTENING_PORT=8000
|
||||
- ROOT_URL=/
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
version: "3.7"
|
||||
|
||||
#networks:
|
||||
# searxng:
|
||||
|
||||
volumes:
|
||||
valkey-data2:
|
||||
|
||||
|
@ -28,8 +25,6 @@ services:
|
|||
image: docker.io/valkey/valkey:7-alpine
|
||||
command: valkey-server --save 30 1 --loglevel warning
|
||||
restart: unless-stopped
|
||||
# networks:
|
||||
# - searxng
|
||||
network_mode: "service:gluetun"
|
||||
volumes:
|
||||
- valkey-data2:/data
|
||||
|
@ -49,11 +44,7 @@ services:
|
|||
container_name: searxng
|
||||
image: docker.io/searxng/searxng:latest
|
||||
restart: unless-stopped
|
||||
# networks:
|
||||
# - searxng
|
||||
network_mode: "service:gluetun"
|
||||
# ports:
|
||||
# - ${SEARXNG_PORT}:8080
|
||||
volumes:
|
||||
- ${DATA_PATH}/searxng/data:/etc/searxng:rw
|
||||
- ${DATA_PATH}/searxng/theme/pogmom:/usr/local/searxng/searx/static/themes/pogmom:rw
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
version: "3.8"
|
||||
|
||||
#networks:
|
||||
# docker-local:
|
||||
# driver: bridge
|
||||
# ipam:
|
||||
# driver: default
|
||||
# config:
|
||||
# - subnet: ${SUBNET_PREFIX}0/24
|
||||
|
||||
services:
|
||||
|
||||
home-assistant: #home automation hub. Control lights, audio, temperature, etc. https://www.home-assistant.io/installation/linux#docker>
|
||||
|
@ -26,9 +18,6 @@ services:
|
|||
wyoming-piper: # text to speech for home assistant https://github.com/rhasspy/wyoming-addons
|
||||
image: rhasspy/wyoming-piper
|
||||
container_name: wyoming-piper
|
||||
# networks:
|
||||
# docker-local:
|
||||
# ipv4_address: ${SUBNET_PREFIX}6
|
||||
volumes:
|
||||
- ${DATA_PATH}/wyoming_piper/data:/data
|
||||
ports:
|
||||
|
@ -39,9 +28,6 @@ services:
|
|||
wyoming-whisper: #speech to text for home assistant https://github.com/rhasspy/wyoming-addons
|
||||
image: rhasspy/wyoming-whisper
|
||||
container_name: wyoming_whisper
|
||||
# networks:
|
||||
# docker-local:
|
||||
# ipv4_address: ${SUBNET_PREFIX}7
|
||||
volumes:
|
||||
- ${DATA_PATH}/wyoming_whisper/data:/data
|
||||
ports:
|
||||
|
|
Loading…
Add table
Reference in a new issue