1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-19 04:12:54 +00:00

Add linting for yaml files (#186)

* rename check-scripts target to lint
* install yamllint through pip on travis
* add yamllint config, do not fail on too long lines
* fix yaml linting errors
* remove circular dependency
This commit is contained in:
Felix Bartels
2019-06-19 18:08:36 +02:00
committed by GitHub
parent e4983a96a2
commit 4d2cffbe09
7 changed files with 92 additions and 85 deletions
+6 -6
View File
@@ -14,18 +14,18 @@ services:
- FQDN=${FQDN}
command: wrapper.sh
cap_drop:
- ALL
- ALL
cap_add:
- NET_BIND_SERVICE
- CHOWN
- SETGID
- SETUID
- NET_BIND_SERVICE
- CHOWN
- SETGID
- SETUID
volumes:
- web:/.kweb
networks:
web-net:
aliases:
- ${FQDN}
- ${FQDN}
kopano_webapp:
image: ${docker_repo:-zokradonh}/kopano_webapp:${WEBAPP_VERSION:-latest}