Updated
- docker env
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user