docker-openj9-piped/docker-compose.yml

28 lines
612 B
YAML
Raw Normal View History

2025-01-27 14:50:25 +04:00
services:
openj9-build:
build:
context: .
dockerfile: Dockerfile.openj9
target: build
2025-01-27 15:14:04 +04:00
command: sh -c 'rsync -ivr /build/dist/* /build/host'
2025-01-27 14:50:25 +04:00
volumes:
2025-01-27 15:14:04 +04:00
- "./openj9-dist:/build/host"
2025-01-27 14:50:25 +04:00
openj9-run:
image: git.dc09.ru/darkcat09/openj9
build:
context: .
dockerfile: Dockerfile.openj9
target: run
2025-01-28 18:20:21 +04:00
piped:
image: git.dc09.ru/darkcat09/piped
build:
context: .
dockerfile: Dockerfile.piped
target: run
network_mode: host
environment:
MAX_MEMORY: 512M
volumes:
- "./config.properties:/app/config.properties"