Also do SSH

This commit is contained in:
Neale Pickett 2022-11-11 14:18:41 -07:00
parent 49b77b0479
commit 1515293bf8
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 {

View File

@ -29,4 +29,4 @@ services:
configs:
Caddyfile:
file: Caddyfile
name: Caddyfile-v6
name: Caddyfile-v7