Compare commits
1 Commits
main
..
987c4da71f
| Author | SHA1 | Date | |
|---|---|---|---|
| 987c4da71f |
+8
-8
@@ -157,7 +157,7 @@ services:
|
||||
LOCAL_ONLY: #optional
|
||||
WHISPER_BEAM: 1 #optional
|
||||
WHISPER_LANG: en #optional
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:f3ac896bf07dc5689d3cb8640d9ca23ba149cdeac8b824d7d1bf85562c36223e
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:98bbc45d7c9540864b4ed786d27ed8c0095c00eda991cc988f048c0121495618
|
||||
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:e27673a64b0288a339d29a0c1836fff1ab4896a9c50a05bd678cb4f783b54758
|
||||
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