split docker compose configs
This commit is contained in:
parent
e86f7c23bf
commit
246738cbc3
2 changed files with 12 additions and 12 deletions
|
@ -13,15 +13,3 @@ 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"
|
|
12
compose.piped.yml
Normal file
12
compose.piped.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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"
|
Loading…
Add table
Reference in a new issue