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 983531fe6d
All checks were successful
Deploy Stack to Swarm / deploy (push) Successful in 12s
try this
2025-10-26 09:46:57 -04:00

22 lines
405 B
YAML

services:
nginx:
image: nginx:alpine
hostname: nginx
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