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:
+6
-6
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user