first commit

This commit is contained in:
2026-07-14 18:13:44 +02:00
commit 92e0df7e37
71 changed files with 14242 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
php:
build:
context: ./docker/php
container_name: portfolio_php
working_dir: /app
volumes:
- ./project:/app
ports:
- "8000:8000"
environment:
APP_ENV: dev