Skip to content

Commit

Permalink
removed build blocks due to building containers with gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Weinbrecht committed Mar 14, 2022
1 parent 77ee460 commit 007f6d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
version: "2"
services:
camunda-platform-server:
build: ./camunda-platform-server
image: lwluc/camunda-platform-server
container_name: camunda-platform-server
mem_limit: 512M
ports:
- 8080:8080

camunda-platform-client:
build: ./camunda-platform-client
image: lwluc/camunda-platform-client
container_name: camunda-platform-client
mem_limit: 512M
Expand Down

0 comments on commit 007f6d2

Please sign in to comment.