mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 07:18:06 +02:00
add configuration to use react-express-mysql sample with Docker Dev Environments feature (#270)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
74317904bd
commit
e45810975f
6 changed files with 111 additions and 2 deletions
|
@ -4,6 +4,7 @@ services:
|
|||
args:
|
||||
- NODE_ENV=development
|
||||
context: backend
|
||||
target: development
|
||||
command: npm run start-watch
|
||||
environment:
|
||||
- DATABASE_DB=example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue