docker-openj9-piped/compose.piped.yml

13 lines
268 B
YAML
Raw Normal View History

2025-01-28 18:21:19 +04:00
services:
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"