feat : restructuration des dossiers pour implementer plus facilement la suite des WS
This commit is contained in:
@@ -6,8 +6,12 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
DOCKER_PHP_VERSION: ${DOCKER_PHP_VERSION}
|
||||
CURRENT_UID: ${CURRENT_UID}
|
||||
CURRENT_GID: ${CURRENT_GID}
|
||||
environment:
|
||||
PHP_IDE_CONFIG: serverName=${DOCKER_APP_NAME}-docker
|
||||
XDEBUG_CLIENT_HOST: ${XDEBUG_CLIENT_HOST:-host.docker.internal}
|
||||
XDEBUG_CONFIG: client_host=${XDEBUG_CLIENT_HOST:-host.docker.internal} client_port=9003
|
||||
extra_hosts:
|
||||
- "host.docker.internal:${CLIENT_HOST:-0.0.0.0}"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user