chore: Update image tags
This commit is contained in:
+5
-5
@@ -19,7 +19,7 @@ services:
|
||||
# Note: Redis is an external service. You can find more information about the configuration here:
|
||||
# https://hub.docker.com/_/redis
|
||||
redis:
|
||||
image: docker.io/library/redis:alpine@sha256:2afba59292f25f5d1af200496db41bea2c6c816b059f57ae74703a50a03a27d0
|
||||
image: docker.io/library/redis:8.6.2-alpine
|
||||
restart: always
|
||||
|
||||
app:
|
||||
@@ -58,14 +58,14 @@ services:
|
||||
retries: 30
|
||||
|
||||
recipes:
|
||||
image: docker.io/library/nginx:alpine@sha256:5878d06ae4c83d73285438255f705bb3f9a736f41cd24876ed25bb33faf76c7d
|
||||
image: docker.io/library/nginx:1.29.7-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- ./tests/fixtures/test_recipe.html:/usr/share/nginx/html/test_recipe.html:ro
|
||||
- ./tests/fixtures/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
|
||||
unstructured:
|
||||
image: downloads.unstructured.io/unstructured-io/unstructured-api:latest@sha256:ba6cb073af079c498e9466a5a9152ba4b6c9cad12efeeaf053ba383023d5db08
|
||||
image: downloads.unstructured.io/unstructured-io/unstructured-api:0.1.1@sha256:f81233ad3049c0b81e010b9be123ed64698787d3218f8356f3e8756f4c14de2f
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:8005:8000
|
||||
@@ -332,7 +332,7 @@ services:
|
||||
# Usage: docker compose --profile login-flow --profile claude-funnel up --build -d
|
||||
# Requires: TS_AUTHKEY in .env file (see env.sample.claude-funnel)
|
||||
tailscale-mcp:
|
||||
image: tailscale/tailscale:latest@sha256:95e528798bebe75f39b10e74e7051cf51188ee615934f232ba7ad06a3390ffa1
|
||||
image: tailscale/tailscale:v1.94.2@sha256:95e528798bebe75f39b10e74e7051cf51188ee615934f232ba7ad06a3390ffa1
|
||||
hostname: nextcloud-mcp-dev
|
||||
restart: always
|
||||
environment:
|
||||
@@ -351,7 +351,7 @@ services:
|
||||
- claude-funnel
|
||||
|
||||
nginx-claude-filter:
|
||||
image: docker.io/library/nginx:alpine@sha256:e7257f1ef28ba17cf7c248cb8ccf6f0c6e0228ab9c315c152f9c203cd34cf6d1
|
||||
image: docker.io/library/nginx:1.29.7-alpine
|
||||
restart: always
|
||||
depends_on:
|
||||
- mcp-login-flow
|
||||
|
||||
Reference in New Issue
Block a user