From a0039fd3747184ed53b9190f6bc9f99237655506 Mon Sep 17 00:00:00 2001 From: John Allison Date: Sun, 26 Oct 2025 09:42:55 -0400 Subject: [PATCH] updated the ports --- stacks/web/test/stack.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/stacks/web/test/stack.yml b/stacks/web/test/stack.yml index 199ef87..e697695 100644 --- a/stacks/web/test/stack.yml +++ b/stacks/web/test/stack.yml @@ -3,11 +3,16 @@ services: image: nginx:alpine networks: - caddy + ports: + - target: 80 + published: 8080 + mode: host deploy: replicas: 1 labels: caddy: test.frostlabs.me - caddy.reverse_proxy: "{{upstreams 80}}" + caddy.reverse_proxy: "nginx:80" + caddy.tls.dns: cloudflare restart_policy: condition: on-failure