Initial commit
This commit is contained in:
16
docker-compose.yaml
Executable file
16
docker-compose.yaml
Executable file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
qunatum-backend:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
PORT: 1656
|
||||
ports:
|
||||
- 1656:1656
|
||||
depends_on:
|
||||
- redis
|
||||
restart: unless-stopped
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user