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
|
@ -33,8 +33,9 @@ services:
|
|||
target: /data
|
||||
volume:
|
||||
nocopy: true
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# TODO: fix this
|
||||
# - /etc/timezone:/etc/timezone:ro
|
||||
# - /etc/localtime:/etc/localtime:ro
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
|
|
|
@ -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