Files
Central/infra/dev/.env.docker
tristan b769abdbe1
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
feat : ajout de la lecture des logs symfony et docker (#3)
Reviewed-on: #3
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
2026-04-07 10:01:01 +00:00

11 lines
252 B
Docker

DOCKER_APP_NAME=central
DOCKER_PHP_VERSION=8.4.6
DOCKER_NODE_VERSION=24.12.0
APP_USER=www-data
POSTGRES_DB=central
POSTGRES_USER=root
POSTGRES_PASSWORD=root
POSTGRES_PORT=5436
XDEBUG_CLIENT_HOST=host.docker.internal
HOST_APPS_PATH=/home/user/workspace