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