chore: add wp-cli maintenance override

This commit is contained in:
bisco
2026-07-23 21:22:21 +02:00
parent 472b8616b4
commit f75bce3dea
7 changed files with 83 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Optional maintenance override.
#
# The default wp-cli service only joins the internal data network. Use this override
# when a controlled maintenance command must reach the internet, for example a
# WordPress core download from wordpress.org.
services:
wp-cli:
networks:
- data
- web