2026-02-28 11:59:20 +01:00
|
|
|
services:
|
|
|
|
|
db:
|
|
|
|
|
container_name: woocommerce-db
|
2026-02-28 12:15:46 +01:00
|
|
|
restart: unless-stopped
|
2026-02-28 11:59:20 +01:00
|
|
|
|
|
|
|
|
wordpress:
|
|
|
|
|
container_name: woocommerce
|
2026-02-28 12:15:46 +01:00
|
|
|
restart: unless-stopped
|
2026-02-28 11:59:20 +01:00
|
|
|
volumes:
|
|
|
|
|
- ../wp-bootstrap:/var/www/html/wp-content/themes/wp-bootstrap
|
|
|
|
|
- .:/var/www/html/wp-content/themes/wc-bootstrap
|
|
|
|
|
environment:
|
|
|
|
|
WORDPRESS_DEBUG: "1"
|
|
|
|
|
WORDPRESS_CONFIG_EXTRA: |
|
|
|
|
|
define('WP_DEBUG_LOG', true);
|
|
|
|
|
define('WP_DEBUG_DISPLAY', true);
|
|
|
|
|
define('SCRIPT_DEBUG', true);
|