2nd round of wordpress
This commit is contained in:
parent
ad8b559461
commit
d9aadbf7ed
@ -109,6 +109,6 @@ add_cron
|
|||||||
|
|
||||||
# Print out federated environment details
|
# Print out federated environment details
|
||||||
echo -ne "\n\n"
|
echo -ne "\n\n"
|
||||||
#print_details
|
print_details
|
||||||
echo -ne "\n\n"
|
echo -ne "\n\n"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -30,7 +30,7 @@ services:
|
|||||||
federated:
|
federated:
|
||||||
ipv4_address: 172.99.0.30
|
ipv4_address: 172.99.0.30
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "www.$DOMAIN:$EXTERNALIP"
|
- "caddy.$DOMAIN:$EXTERNALIP"
|
||||||
- "blog.$DOMAIN:$EXTERNALIP"
|
- "blog.$DOMAIN:$EXTERNALIP"
|
||||||
- "documentation.$DOMAIN:$EXTERNALIP"
|
- "documentation.$DOMAIN:$EXTERNALIP"
|
||||||
ports:
|
ports:
|
||||||
@ -104,7 +104,7 @@ curl -X 'POST' \
|
|||||||
"active": true,
|
"active": true,
|
||||||
"config": {
|
"config": {
|
||||||
"content_type": "json",
|
"content_type": "json",
|
||||||
"url": "https://www.$DOMAIN/webhook",
|
"url": "https://caddy.$DOMAIN/webhook",
|
||||||
"secret": "$WEBHOOK_SECRET"
|
"secret": "$WEBHOOK_SECRET"
|
||||||
},
|
},
|
||||||
"events": [
|
"events": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user