traefik/compose.digitalocean.yml
3wc e76d61be00
Some checks failed
continuous-integration/drone/pr Build is failing
Add preliminary DigitalOcean DNS support
2024-04-06 15:00:06 -03:00

16 lines
392 B
YAML

version: "3.8"
services:
app:
environment:
- DO_AUTH_TOKEN_FILE=/run/secrets/digitalocean_auth_token
- LETS_ENCRYPT_DNS_CHALLENGE_ENABLED
- LETS_ENCRYPT_DNS_CHALLENGE_PROVIDER
secrets:
- digitalocean_auth_token
secrets:
digitalocean_auth_token:
name: ${STACK_NAME}_digitalocean_auth_token_${SECRET_DIGITALOCEAN_AUTH_TOKEN_VERSION}
external: true