fixups
This commit is contained in:
parent
291455110e
commit
2414b19b41
@ -3,21 +3,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
http://n0xb0x.local:8080/docs {
|
http://n0xb0x.local:8080/docs {
|
||||||
uri strip_prefix /docs
|
redir http://n0xb0x.local:8081
|
||||||
reverse_proxy http://n0xb0x.local:8081
|
|
||||||
}
|
}
|
||||||
|
|
||||||
http://n0xb0x.local:8080/lnbits {
|
http://n0xb0x.local:8080/lnbits {
|
||||||
uri strip_prefix /lnbits
|
redir http://n0xb0x.local:5000
|
||||||
reverse_proxy http://n0xb0x.local:5000
|
|
||||||
}
|
}
|
||||||
|
|
||||||
http://n0xb0x.local:8080/rtl {
|
http://n0xb0x.local:8080/rtl {
|
||||||
uri strip_prefix /rtl
|
redir http://n0xb0x.local:3000
|
||||||
reverse_proxy http://n0xb0x.local:3000
|
|
||||||
}
|
}
|
||||||
|
|
||||||
http://n0xb0x.local:8080/cockpit {
|
http://n0xb0x.local:8080/cockpit {
|
||||||
uri strip_prefix /cockpit
|
redir https://n0xb0x.local:9090
|
||||||
reverse_proxy http://n0xb0x.local:9090
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,10 +4,11 @@ Description=Caddy Node
|
|||||||
[Container]
|
[Container]
|
||||||
# Use the centos image
|
# Use the centos image
|
||||||
Image={{ registry_url }}/caddy:{{ caddy_version }}
|
Image={{ registry_url }}/caddy:{{ caddy_version }}
|
||||||
|
PublishPort=8080:8080
|
||||||
#Environment=RPCAUTH={{ bitcoin_rpcauth }}
|
#Environment=RPCAUTH={{ bitcoin_rpcauth }}
|
||||||
|
|
||||||
# Use volume
|
# Use volume
|
||||||
Volume=/home/{{ansible_user}}/vol/caddy:/data:Z
|
Volume=/home/{{ansible_user}}/vol/caddy:/app/data:Z
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# Restart service when sleep finishes
|
# Restart service when sleep finishes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user