docker-services/internals/traefik-kop/docker-compose.yaml

12 lines
265 B
YAML
Raw Normal View History

2024-10-19 20:18:20 +02:00
services:
traefik-kop:
2024-10-19 20:30:08 +02:00
image: "ghcr.io/jittering/traefik-kop:0.14"
2024-10-19 20:18:20 +02:00
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
env_file:
2025-03-02 17:14:22 +01:00
- path: .env
required: false
2024-10-19 20:18:20 +02:00
environment:
- BIND_IP=10.100.2.5