1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-18 14:58:22 +02:00
awesome-compose/sparkjava/.docker/docker-compose.yaml
Guillaume Lours 00c7d85f0e
add configuration to use sparkjava sample with Docker Dev Environments feature (#261)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-12 12:22:52 +02:00

9 lines
174 B
YAML

services:
sparkjava:
build:
context: sparkjava
target: dev-envs
ports:
- 8080:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock