Archived
1
0

🏗️」 wip: should be working but not

This commit is contained in:
2025-02-07 18:55:31 +01:00
parent 610eac560e
commit e53f66560b
13 changed files with 147 additions and 35 deletions

View File

@ -0,0 +1,24 @@
volumes:
wp-site:
services:
wordpress-php-dev:
container_name: inception-wordp-php
build:
context: .
dockerfile: docker/images/wordpress/Dockerfile
networks:
- inception
depends_on:
db-dev:
condition: service_healthy
environment:
- PHP_MEMORY_LIMIT="512M"
- PHP_MAX_UPLOAD="50M"
- PHP_PORT=9000
- TZ=Europe/Paris
volumes:
- wp-site:/var/www/html
restart: unless-stopped
profiles:
- dev