Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e57dda075d | |||
| 872a329078 | |||
| 47b18213c3 | |||
| bcac18edf4 | |||
| d665eab1bc | |||
| 55d877bd25 | |||
| 4804e2631f | |||
| 8408c5a8ea | |||
| 860e1c4e80 | |||
| 3407b3392b | |||
| 0d2682970e | |||
| 7b05b69415 | |||
| 1ffe67d662 | |||
| e741a60e07 | |||
| 7ceb8b9181 | |||
| 9eca3b8931 |
+7
-5
@@ -48,7 +48,7 @@ services:
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
image: postgres:15-alpine@sha256:09e4f20b14ddb3dfe3a0c825b206032aaf8f28300ba2070c0b60fc1c10c6abc7
|
||||
image: postgres:15-alpine@sha256:cd17e2ac98240fce1541ad2a803b34009b4eea5aec8a832363cdc7eca62e722e
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- audiomuse-ai-pg-data:/var/lib/postgresql/data
|
||||
@@ -157,7 +157,7 @@ services:
|
||||
LOCAL_ONLY: #optional
|
||||
WHISPER_BEAM: 1 #optional
|
||||
WHISPER_LANG: en #optional
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:d8bed86dc1af365f7a4bf76bf749b3afdc556db4cff479e59ff1cc93090993e9
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:69462a9da4ed3da7fb5e19264b290d9420943d9264ca5fc81b52a51b0dc71fd5
|
||||
ports:
|
||||
- "10300:10300"
|
||||
restart: unless-stopped
|
||||
@@ -174,12 +174,14 @@ services:
|
||||
image: gitea/gitea-mcp-server:0.9.0@sha256:4add361130b2101d3027f2dd5ad2a08258dc3c45f9631030f5c3ca0a773df285
|
||||
restart: unless-stopped
|
||||
ha-mcp:
|
||||
image: ghcr.io/homeassistant-ai/ha-mcp:7.9.0
|
||||
image: ghcr.io/homeassistant-ai/ha-mcp:7.9.0@sha256:eb7cf2349e4ad99d8a0a55447e8c67a942d35602d9cb455649ff0063de6dfa09
|
||||
container_name: ha-mcp
|
||||
environment:
|
||||
HOMEASSISTANT_URL: http://192.168.1.252:8123
|
||||
HOMEASSISTANT_TOKEN: ${HOME_ASSISTANT_LONG_LIVED_TOKEN}
|
||||
BACKUP_HINT: normal
|
||||
ports:
|
||||
- 8086:8086
|
||||
restart: unless-stopped
|
||||
meilisearch:
|
||||
container_name: meilisearch
|
||||
@@ -263,7 +265,7 @@ services:
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
retries: 15
|
||||
image: ghcr.io/scanopy/scanopy/daemon:latest@sha256:3309a944cc3f4d42ba11c242a68752f09889671bb813a5aa740736343e899646
|
||||
image: ghcr.io/scanopy/scanopy/daemon:latest@sha256:7c2f27f698528195b405b9cf5b1da82c4f70e45f2d31820e928b35295d83e729
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: unless-stopped
|
||||
@@ -333,7 +335,7 @@ services:
|
||||
MCP_HTTP_PORT: 3000
|
||||
expose:
|
||||
- 3000
|
||||
image: isokoliuk/mcp-searxng:latest@sha256:787626c360cc00559093416bc701bf029075615da0c67b7026e6bc11c7386f19
|
||||
image: isokoliuk/mcp-searxng:latest@sha256:8704a6cdd73c416df0779e241e96b78414723640dfe492ab94fa9eb7b0cca6a8
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
signoz-logspout:
|
||||
|
||||
Reference in New Issue
Block a user