some changes

This commit is contained in:
2024-08-24 00:21:20 +01:00
parent cdc7f5f011
commit c7688f65d9
5 changed files with 37 additions and 20 deletions

View File

@@ -15,8 +15,8 @@ services:
- code-server_root:/root
- has_config:/config/workspace/host/repos/homesrv01.dev.lan/services/has/volumes/config
- ./../nginx/volumes/nginx_conf:/config/workspace/host/repos/homesrv01.dev.lan/services/nginx/volumes/nginx_conf
- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/config
- mosquitto_data:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/data
#- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/config
#- mosquitto_data:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/data
- zigbee2mqtt_data:/config/workspace/host/repos/homesrv01.dev.lan/services/zigbee2mqtt/volumes/data
- hostfs:/mnt/hostfs
networks:
@@ -36,10 +36,10 @@ volumes:
external: true
hostfs:
external: true
mosquitto_config:
external: true
mosquitto_data:
external: true
#mosquitto_config:
# external: true
#mosquitto_data:
# external: true
networks:
code:
reverseproxy_public:

View File

@@ -0,0 +1,24 @@
version: '3.8'
services:
whisper:
image: rhasspy/wyoming-whisper
restart: unless-stopped
volumes:
- whisper_data:/data
ports:
- 10300:10300
environment:
- TZ=Europe/Lisbon
piper:
image: rhasspy/wyoming-piper
restart: unless-stopped
volumes:
- whisper_data:/data
- piper_data:/data
ports:
- 10200:10200
environment:
- TZ=Europe/Lisbon
volumes:
whisper_data:
piper_data: