Update traefik-kop

This commit is contained in:
2025-08-01 12:08:39 +05:30
parent 36215765bc
commit 6b54c2f217

View File

@@ -1,6 +1,6 @@
services:
traefik_socket_proxy:
container_name: traefik_socket_proxy
traefik_kop_socket_proxy:
container_name: traefik_kop_socket_proxy
image: ghcr.io/11notes/socket-proxy:2.1.3
restart: unless-stopped
read_only: true
@@ -15,6 +15,9 @@ services:
container_name: traefik-kop
image: ghcr.io/jittering/traefik-kop:0.17
restart: unless-stopped
depends_on:
traefik_kop_socket_proxy:
condition: service_healthy
environment:
REDIS_ADDR: ${REDIS_ADDR}
BIND_IP: ${BIND_IP}