push final pentru astazi

This commit is contained in:
2025-12-12 09:36:20 +00:00
parent 85b8c1cdb5
commit 8d6ef37d52
30 changed files with 51 additions and 242 deletions

View File

@@ -4,7 +4,7 @@ services:
ports:
- "8080:80"
volumes:
- ./src:/var/www/src
- ./www/app_php:/var/www/src
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
depends_on:
- php
@@ -13,7 +13,7 @@ services:
php:
image: php:8.3-fpm
volumes:
- ./src:/var/www/src
- ./www/app_php:/var/www/src
restart: unless-stopped
python: