mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
add configuration to use sparkjava sample with Docker Dev Environments feature (#261)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
f716bfb382
commit
00c7d85f0e
3 changed files with 34 additions and 0 deletions
9
sparkjava/.docker/docker-compose.yaml
Normal file
9
sparkjava/.docker/docker-compose.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
sparkjava:
|
||||
build:
|
||||
context: sparkjava
|
||||
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