This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
kubeviz:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: kubeviz:local
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
ADDR: ":8080"
|
||||
SESSION_TTL: "30m"
|
||||
MAX_UPLOAD_SIZE: "5242880"
|
||||
COOKIE_SECURE: "false"
|
||||
LOG_LEVEL: "info"
|
||||
Reference in New Issue
Block a user