This commit is contained in:
2026-05-13 03:46:16 +03:30
parent edde2ea185
commit 6e9544eb48
11 changed files with 100 additions and 15 deletions
+3 -2
View File
@@ -41,11 +41,12 @@ services:
WORDPRESS_TABLE_PREFIX: ${WORDPRESS_TABLE_PREFIX}
WORDPRESS_DEBUG: ${WORDPRESS_DEBUG}
WORDPRESS_OFFLINE_MODE: ${WORDPRESS_OFFLINE_MODE:-1}
WORDPRESS_ACCESSIBLE_HOSTS: ${WORDPRESS_ACCESSIBLE_HOSTS:-localhost,127.0.0.1,::1,wordpress,db}
WORDPRESS_ACCESSIBLE_HOSTS: ${WORDPRESS_ACCESSIBLE_HOSTS:-localhost,127.0.0.1,::1,wordpress,db,backend-web}
ports:
- "${WORDPRESS_PORT}:80"
volumes:
- ./:/var/www/html
- ./wp-content:/var/www/html/wp-content
- ./wp-config.php:/var/www/html/wp-config.php
networks:
- wp_internal
- wp_public