2nd round of wordpress

This commit is contained in:
root 2023-07-31 16:34:24 +00:00
parent ad8b559461
commit d9aadbf7ed
2 changed files with 3 additions and 3 deletions

View File

@ -109,6 +109,6 @@ add_cron
# Print out federated environment details
echo -ne "\n\n"
#print_details
print_details
echo -ne "\n\n"
exit 0

View File

@ -30,7 +30,7 @@ services:
federated:
ipv4_address: 172.99.0.30
extra_hosts:
- "www.$DOMAIN:$EXTERNALIP"
- "caddy.$DOMAIN:$EXTERNALIP"
- "blog.$DOMAIN:$EXTERNALIP"
- "documentation.$DOMAIN:$EXTERNALIP"
ports:
@ -104,7 +104,7 @@ curl -X 'POST' \
"active": true,
"config": {
"content_type": "json",
"url": "https://www.$DOMAIN/webhook",
"url": "https://caddy.$DOMAIN/webhook",
"secret": "$WEBHOOK_SECRET"
},
"events": [