add compose for piped

This commit is contained in:
DarkCat09 2025-01-28 18:20:21 +04:00
parent 4f834b1a2c
commit e86f7c23bf
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82

View file

@ -13,3 +13,15 @@ services:
context: . context: .
dockerfile: Dockerfile.openj9 dockerfile: Dockerfile.openj9
target: run target: run
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"