This repository has been archived on 2025-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
swarm-production/stacks/web/test/stack.yml
John Allison a0039fd374
All checks were successful
Deploy Stack to Swarm / deploy (push) Successful in 12s
updated the ports
2025-10-26 09:42:55 -04:00

21 lines
385 B
YAML

services:
nginx:
image: nginx:alpine
networks:
- caddy
ports:
- target: 80
published: 8080
mode: host
deploy:
replicas: 1
labels:
caddy: test.frostlabs.me
caddy.reverse_proxy: "nginx:80"
caddy.tls.dns: cloudflare
restart_policy:
condition: on-failure
networks:
caddy:
external: true