feat: add docker deployment configuration (#311)
This commit is contained in:
parent
a537eaad7b
commit
533e00d4ee
4 changed files with 97 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
jumble:
|
||||
container_name: jumble-nginx
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8089:80"
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue