Update Staging server setup

steffeydev 2025-01-11 00:40:45 +00:00
parent c400bfb1ea
commit 949253c6e2

@ -22,4 +22,10 @@ networks:
ipam: ipam:
config: config:
- subnet: 2001:db8::/64 - subnet: 2001:db8::/64
```
- Edit traefik container to hard-code IPv6 addresses for ACME:
```
extra_hosts:
- "acme-staging-v02.api.letsencrypt.org:2606:4700:60:0:f41b:d4fe:4325:6026"
- "acme-v02.api.letsencrypt.org:2606:4700:60:0:f53d:5624:85c7:3a2c"
``` ```