🚀 Add docker
This commit is contained in:
parent
60aeac4f4b
commit
8e84c35210
2 changed files with 35 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
broker-service:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: ./broker-service/Dockerfile
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:8085"
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue