feat: Add Docker Compose

This commit is contained in:
Suphonchai Phoonsawat 2024-04-19 12:28:48 +07:00
parent 63a317e42f
commit d1cea85891
13 changed files with 650 additions and 0 deletions

View file

@ -0,0 +1,15 @@
entrypoints:
unsecure:
address: :80
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
file:
filename: /routes.yaml
watch: true
api: # enable dashboard
dashboard: true
insecure: true
log:
level: DEBUG