diff --git a/services/redlib.yml b/services/redlib.yml index 5ac24f9..b778520 100644 --- a/services/redlib.yml +++ b/services/redlib.yml @@ -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