move docker compose

This commit is contained in:
2026-07-23 23:07:07 +02:00
parent 1cf674a31c
commit 7a015f2b70
@@ -4,7 +4,7 @@ services:
elixforms-www: elixforms-www:
build: build:
context: . context: .
dockerfile: ../.docker/php/Dockerfile dockerfile: .docker/php/Dockerfile
container_name: elixforms-www container_name: elixforms-www
working_dir: /app/php working_dir: /app/php
extra_hosts: extra_hosts:
@@ -12,8 +12,8 @@ services:
ports: ports:
- "8080:8000" - "8080:8000"
volumes: volumes:
- ..:/app - .:/app
- ../.docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini - ./.docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
#environment: #environment:
# XDEBUG_MODE: debug # XDEBUG_MODE: debug
# XDEBUG_CONFIG: client_host=host.docker.internal client_port=9003 start_with_request=yes # XDEBUG_CONFIG: client_host=host.docker.internal client_port=9003 start_with_request=yes