Further spoke fixes
This commit is contained in:
parent
cd85a899e0
commit
91023e3c45
@ -12,6 +12,8 @@ SPOKE_MODEL="mock"
|
||||
#SPOKE_MODEL="shell-scripts"
|
||||
#COMPOSE_FILE="compose.yml:compose.spoke.yml"
|
||||
|
||||
LOG_LEVEL="INFO"
|
||||
|
||||
#MAIL_SERVER=""
|
||||
#MAIL_PORT="465"
|
||||
#MAIL_USE_TLS="yes"
|
||||
|
@ -5,4 +5,5 @@ services:
|
||||
app:
|
||||
volumes:
|
||||
- "/var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock"
|
||||
- "/var/lib/libvirt/dnsmasq/:/var/lib/libvirt/dnsmasq/"
|
||||
- "/tank:/tank"
|
||||
|
@ -12,6 +12,8 @@ services:
|
||||
- "HUB_MODEL"
|
||||
- "SPOKE_MODEL"
|
||||
- "BASE_URL=https://${DOMAIN}"
|
||||
- "LOG_LEVEL"
|
||||
- "HUB_URL=http://localhost:5000"
|
||||
#entrypoint: ['tail', '-f', '/dev/null']
|
||||
deploy:
|
||||
restart_policy:
|
||||
|
Loading…
Reference in New Issue
Block a user