diff --git a/docker-compose.yml b/compose.openj9.yml similarity index 57% rename from docker-compose.yml rename to compose.openj9.yml index 3b5041e..375c59d 100644 --- a/docker-compose.yml +++ b/compose.openj9.yml @@ -13,15 +13,3 @@ services: context: . dockerfile: Dockerfile.openj9 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" diff --git a/compose.piped.yml b/compose.piped.yml new file mode 100644 index 0000000..b83dd75 --- /dev/null +++ b/compose.piped.yml @@ -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"