1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-06 23:46:24 +00:00

calendar path was missing - paths need to be relative to the project root (#4)

This commit is contained in:
Thomas Müller 2019-11-18 12:38:13 +01:00 committed by Felix Bartels
parent 8915a7e3bd
commit 2564e34f3a
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -8,4 +8,4 @@ dive.log
*.env
docker-compose.override.yml
build.tags
kopano-calendar-*/
calendar/kopano-calendar-*/

View File

@ -3,8 +3,8 @@ services:
web:
volumes:
- ./calendar/kweb-calendar.cfg:/etc/kweb-extras/kweb-calendar.cfg
- ./kopano-calendar-0.20.0/:/usr/share/kopano-calendar/
- ./kopano-calendar-0.20.0/config.json.in:/var/www/api/config/v1/kopano/calendar/config.json
- ./calendar/kopano-calendar-0.20.0/:/usr/share/kopano-calendar/
- ./calendar/kopano-calendar-0.20.0/config.json.in:/var/www/api/config/v1/kopano/calendar/config.json
kopano_grapi:
environment:
- KCCONF_GRAPI_ENABLE_EXPERIMENTAL_ENDPOINTS=yes