feat : add Gitea env vars, mount Docker socket and deploy dirs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 15:21:38 +02:00
parent 6d6b3e171c
commit c1014de637
4 changed files with 11 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ services:
- ./infra/dev/xdebug.ini:/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
- ./LOG:/var/www/html/LOG
- uploads_data:/var/www/html/var/uploads
- /var/run/docker.sock:/var/run/docker.sock
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on: