Disable web check

Webui won't come up without a valid DB to connect to.
This commit is contained in:
Adam 2021-07-11 21:20:25 +01:00 committed by GitHub
parent 98942d5aaa
commit 51adb5cf09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ repo_vars:
- DIST_IMAGE = 'alpine'
- MULTIARCH = 'true'
- CI = 'true'
- CI_WEB = 'true'
- CI_WEB = 'false'
- CI_PORT = '80'
- CI_SSL = 'false'
- CI_DELAY = '30'