mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +02:00
example update
This commit is contained in:
parent
3a81064fba
commit
eca67b24d5
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
app: # alias
|
app: # matching `app.y.z`
|
||||||
# optional
|
# optional
|
||||||
scheme: http
|
scheme: http
|
||||||
# required, proxy target
|
# required, proxy target
|
||||||
|
@ -10,4 +10,6 @@ app: # alias
|
||||||
# optional
|
# optional
|
||||||
path_mode:
|
path_mode:
|
||||||
# optional
|
# optional
|
||||||
notlsverify: false
|
notlsverify: false
|
||||||
|
# app2:
|
||||||
|
# ...
|
Loading…
Add table
Reference in a new issue