example update

This commit is contained in:
yusing 2024-03-18 05:05:28 +00:00
parent 3a81064fba
commit eca67b24d5
2 changed files with 11 additions and 2 deletions

View file

@ -1,7 +1,14 @@
providers: providers:
local: local:
kind: docker kind: docker
# for value format, see https://docs.docker.com/reference/cli/dockerd/
value: FROM_ENV value: FROM_ENV
remote1:
kind: docker
value: ssh://user@10.0.1.1
remote2:
kind: docker
value: tcp://10.0.1.1:2375
# provider1: # provider1:
# kind: file # kind: file
# value: provider1.yml # value: provider1.yml

View file

@ -1,4 +1,4 @@
app: # alias app: # matching `app.y.z`
# optional # optional
scheme: http scheme: http
# required, proxy target # required, proxy target
@ -11,3 +11,5 @@ app: # alias
path_mode: path_mode:
# optional # optional
notlsverify: false notlsverify: false
# app2:
# ...