manage vcpus and memory of VMs
fix kitchenowl connectivity
This commit is contained in:
parent
8b8106fade
commit
f38b9af075
8 changed files with 36 additions and 31 deletions
|
@ -36,7 +36,9 @@ services:
|
|||
kitchenowl:
|
||||
image: tombursch/kitchenowl:v92
|
||||
networks:
|
||||
- kitchenowl
|
||||
kitchenowl:
|
||||
aliases:
|
||||
- kitchenowl
|
||||
environment:
|
||||
- JWT_SECRET_KEY={{ jwt_secret_key }}
|
||||
volumes:
|
||||
|
@ -45,3 +47,4 @@ services:
|
|||
target: /data
|
||||
volume:
|
||||
nocopy: true
|
||||
hostname: kitchenowl
|
||||
|
|
Reference in a new issue