Added docker
Added a Dockerfile and compose.yaml for easy deployment via docker. Updated README to provide clear instruction on how to get the instance running.
This commit is contained in:
parent
00f65f3054
commit
dafc1eadff
3 changed files with 28 additions and 2 deletions
8
compose.yaml
Normal file
8
compose.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
jank:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-jank
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
Loading…
Add table
Add a link
Reference in a new issue