Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03537bc5c0 |
+9
-9
@@ -48,7 +48,7 @@ services:
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
image: postgres:15-alpine@sha256:cd17e2ac98240fce1541ad2a803b34009b4eea5aec8a832363cdc7eca62e722e
|
||||
image: postgres:15-alpine@sha256:09e4f20b14ddb3dfe3a0c825b206032aaf8f28300ba2070c0b60fc1c10c6abc7
|
||||
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:5c2cc9e625fcde5812613d8d2d6ca0628b4049861d7f58b442ca38a12edee0fa
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:4c8de34e0876bbc59fc30cb8b29dbe4597b4f46c3effd3ee58aca8e56f39e924
|
||||
ports:
|
||||
- "10300:10300"
|
||||
restart: unless-stopped
|
||||
@@ -204,7 +204,7 @@ services:
|
||||
ollama:
|
||||
container_name: ollama
|
||||
# environment:
|
||||
image: ollama/ollama@sha256:c484b703176aa19dfc0a54cbfb60ab8094b38faa04283fb77eba1d33319e5eca
|
||||
image: ollama/ollama@sha256:05b6fe5143ed006d6d4abd39bdd575f962a5822bdf81e6fbb5e6894eb984ab9c
|
||||
ports:
|
||||
- 11434:11434
|
||||
privileged: true
|
||||
@@ -224,7 +224,7 @@ services:
|
||||
PIPER_NOISEW: 0.333 #optional
|
||||
PIPER_SPEAKER: 0 #optional
|
||||
NO_STREAMING: #optional
|
||||
image: lscr.io/linuxserver/piper:latest@sha256:bdd199762727146f272a744e12dc08d2da193a28aa468c0ca0f10aa4bf48ba54
|
||||
image: lscr.io/linuxserver/piper:latest@sha256:baab75c6b43040b4c03b68f02d7b9313c8f97376f8b3c75a1225924f7d5a2f61
|
||||
ports:
|
||||
- 10200:10200
|
||||
restart: unless-stopped
|
||||
@@ -232,7 +232,7 @@ services:
|
||||
- ${ULTIMA_DOCKER_DIR}/piper/:/config
|
||||
portainer-agent:
|
||||
container_name: portainer_agent
|
||||
image: portainer/agent:latest@sha256:e95f767f2caa2bcccaaa130ea73a43b16b880c6c8a841b20a58abf56a8eac63c
|
||||
image: portainer/agent:latest@sha256:236246fc09b3e7e9269aad53e57ec71f27b7e114a2b6b70d4fd98c117ccc36d8
|
||||
volumes:
|
||||
- /:/host
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
@@ -255,7 +255,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:98cdba02b2b127462cba87c10dacdc5671354e2dd43a124b72f8cfd2dfb4b911
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: unless-stopped
|
||||
@@ -275,13 +275,13 @@ services:
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
image: postgres:17-alpine@sha256:dc17045ccfd343b49600570ea734b9c4991cf1c3f3302e67df51e3b402dd55c4
|
||||
image: postgres:17-alpine@sha256:979c4379dd698aba0b890599a6104e082035f98ef31d9b9291ec22f2b13059ca
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- scanopy-pg-data:/var/lib/postgresql/data
|
||||
scanopy-server:
|
||||
container_name: scanopy-server
|
||||
image: ghcr.io/scanopy/scanopy/server:latest@sha256:03669449724b9826f42d02bb50b82bcad7ede42f798a9bb1c645ae09ab14c060
|
||||
image: ghcr.io/scanopy/scanopy/server:latest@sha256:e3c55cd639b9643c01e21c1fcc5470c6524ea5c3ac316768bf028737c656bbe6
|
||||
depends_on:
|
||||
scanopy-pg:
|
||||
condition: service_healthy
|
||||
@@ -325,7 +325,7 @@ services:
|
||||
MCP_HTTP_PORT: 3000
|
||||
expose:
|
||||
- 3000
|
||||
image: isokoliuk/mcp-searxng:latest@sha256:787626c360cc00559093416bc701bf029075615da0c67b7026e6bc11c7386f19
|
||||
image: isokoliuk/mcp-searxng:latest@sha256:c04af5fe042d591d466fabfb947abfb44287706b89e1a1f6a4749be74e8945ef
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
signoz-logspout:
|
||||
|
||||
Reference in New Issue
Block a user