mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
add configuration to use vuejs sample with Docker Dev Environments feature (#253)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
6ac068dfc6
commit
34115dcd3c
4 changed files with 37 additions and 2 deletions
9
vuejs/.docker/docker-compose.yaml
Normal file
9
vuejs/.docker/docker-compose.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
web:
|
||||
build:
|
||||
context: vuejs
|
||||
target: dev-envs
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
Loading…
Add table
Add a link
Reference in a new issue