add traefik kop
This commit is contained in:
parent
cd3df10022
commit
feadeeb6d1
1 changed files with 10 additions and 0 deletions
10
compute-1-mep/traefik-kop/docker-compose.yaml
Normal file
10
compute-1-mep/traefik-kop/docker-compose.yaml
Normal 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
|
Loading…
Reference in a new issue