Archived
1
0

🏗️」 wip: Started re work

This commit is contained in:
2025-02-07 18:00:30 +01:00
parent 0aef0328c1
commit f48c98da5a
16 changed files with 119 additions and 118 deletions

View File

@ -0,0 +1,22 @@
volumes:
wp-site:
services:
wordpress-php:
container_name: inception-wordp-php
build:
context: .
dockerfile: docker/images/wordpress/Dockerfile
networks:
- inception
depends_on:
db:
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