- docker env
This commit is contained in:
Jérémy Guillot
2024-06-19 18:04:30 +02:00
parent f7bb7b9148
commit c1ba9820b6
6 changed files with 37 additions and 38 deletions

View File

@@ -19,6 +19,17 @@ services:
# Ensure that host.docker.internal is correctly defined on Linux
- host.docker.internal:host-gateway
tty: true
node:
image: node:lts-alpine
tty: true
working_dir: /app
depends_on:
- php
volumes:
- ./:/app
environment:
NODE_ENV: development
###> doctrine/doctrine-bundle ###
database: