redlib: do not expose to public internet
This commit is contained in:
@ -21,9 +21,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
ipv4_address: 192.168.240.51
|
ipv4_address: 192.168.240.51
|
||||||
labels:
|
ports:
|
||||||
caddy: redlib.${DOMAIN}
|
- "8082:8080"
|
||||||
caddy.reverse_proxy: "{{ upstreams 8080 }}"
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
|
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
|
||||||
interval: 5m
|
interval: 5m
|
||||||
|
Reference in New Issue
Block a user