2nd round of wordpress
This commit is contained in:
parent
ad8b559461
commit
d9aadbf7ed
@ -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
|
||||
|
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user