Also do SSH
This commit is contained in:
parent
49b77b0479
commit
1515293bf8
|
@ -6,8 +6,11 @@ services:
|
|||
entrypoint:
|
||||
- /usr/bin/ssh
|
||||
- -N
|
||||
- -R :5800:caddy:80
|
||||
- -R :5880:caddy:80
|
||||
- -R :5822:host.docker.internal:22
|
||||
- core@melville.woozle.org
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
secrets:
|
||||
- source: tunnel
|
||||
target: /config/.ssh/id_rsa
|
||||
|
|
|
@ -14,7 +14,7 @@ vail.woozle.org {
|
|||
}
|
||||
|
||||
deergrove.woozle.org, git.woozle.org, ancestry.woozle.org, drive.woozle.org {
|
||||
reverse_proxy host.docker.internal:5800
|
||||
reverse_proxy host.docker.internal:5880
|
||||
}
|
||||
|
||||
www.woozle.org, woozle.org {
|
||||
|
|
|
@ -29,4 +29,4 @@ services:
|
|||
configs:
|
||||
Caddyfile:
|
||||
file: Caddyfile
|
||||
name: Caddyfile-v6
|
||||
name: Caddyfile-v7
|
||||
|
|
Loading…
Reference in New Issue