13 lines
268 B
YAML
13 lines
268 B
YAML
|
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"
|