Add CI config and adapt other configs
This commit is contained in:
@ -4,6 +4,9 @@ version: "3.7"
|
||||
services:
|
||||
traefik:
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8080:8080"
|
||||
command:
|
||||
- "--api=true"
|
||||
- "--api.insecure=true"
|
||||
|
||||
Reference in New Issue
Block a user