add traefik kop

This commit is contained in:
Mael G. 2024-10-20 20:39:31 +02:00
parent cd3df10022
commit feadeeb6d1

View file

@ -0,0 +1,10 @@
services:
traefik-kop:
image: "ghcr.io/jittering/traefik-kop:0.14"
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
env_file:
- .env
environment:
- BIND_IP=10.100.2.2