Files
deployment-source/templates/docker-stack.base.yml
T
hurui200320 9a01d83f0a
Render stack / stack-test (push) Failing after 15s
first demo
2025-06-09 14:59:16 +08:00

11 lines
199 B
YAML

version: "3.8"
services:
whoami:
image: traefik/whoami
ports:
- "((.config.whoami.port.http)):80"
deploy:
mode: replicated
replicas: ((.config.whoami.deployReplica))