feat: Add Docker Compose
This commit is contained in:
parent
63a317e42f
commit
d1cea85891
13 changed files with 650 additions and 0 deletions
15
docker/jws-0.0.2/traefik.yaml
Normal file
15
docker/jws-0.0.2/traefik.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue