Files
elixforms-web-services/docker-compose.yml
T
2026-07-23 23:07:21 +02:00

20 lines
518 B
YAML

name: elixforms-ws
services:
elixforms-ws:
build:
context: .
dockerfile: .docker/php/Dockerfile
container_name: elixforms-ws
working_dir: /app
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "8000:8000"
volumes:
- .:/app
- ./.docker/php/xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
#environment:
# XDEBUG_MODE: debug
# XDEBUG_CONFIG: client_host=host.docker.internal client_port=9013 start_with_request=yes