update traefik dns resolvers and wud names
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
683392d181
commit
5fcd08d9c7
2 changed files with 3 additions and 1 deletions
|
|
@ -50,6 +50,8 @@ services:
|
|||
# Optimization: deSEC is fast; we don't need massive delays or propagation checks
|
||||
- "--certificatesresolvers.desec.acme.dnschallenge.delaybeforecheck=10"
|
||||
- "--certificatesresolvers.desec.acme.dnschallenge.resolvers=1.1.1.1:53,8.8.8.8:53"
|
||||
- "--certificatesresolvers.myresolver.acme.dnschallenge.resolvers=1.1.1.1:53,8.8.8.8:53"
|
||||
- "--certificatesresolvers.dns_resolver.acme.dnschallenge.resolvers=1.1.1.1:53,8.8.8.8:53"
|
||||
environment:
|
||||
- DESEC_TOKEN=${DESEC_TOKEN}
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
services:
|
||||
wud:
|
||||
image: fmartinou/whats-up-docker:latest
|
||||
image: getwud/wud
|
||||
container_name: wud-node${WUD_NODE_ID}
|
||||
# old? user: "1000:994"
|
||||
cpus: 1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue