1
0

redlib: do not expose to public internet

This commit is contained in:
2025-07-08 15:33:52 +02:00
parent 947d48c860
commit 43ac9ef6d5

View File

@ -21,9 +21,8 @@ services:
networks:
public:
ipv4_address: 192.168.240.51
labels:
caddy: redlib.${DOMAIN}
caddy.reverse_proxy: "{{ upstreams 8080 }}"
ports:
- "8082:8080"
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "--tries=1", "http://localhost:8080/settings"]
interval: 5m