mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +00:00
calendar path was missing - paths need to be relative to the project root (#4)
This commit is contained in:
parent
8915a7e3bd
commit
2564e34f3a
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,4 +8,4 @@ dive.log
|
|||||||
*.env
|
*.env
|
||||||
docker-compose.override.yml
|
docker-compose.override.yml
|
||||||
build.tags
|
build.tags
|
||||||
kopano-calendar-*/
|
calendar/kopano-calendar-*/
|
||||||
|
@ -3,8 +3,8 @@ services:
|
|||||||
web:
|
web:
|
||||||
volumes:
|
volumes:
|
||||||
- ./calendar/kweb-calendar.cfg:/etc/kweb-extras/kweb-calendar.cfg
|
- ./calendar/kweb-calendar.cfg:/etc/kweb-extras/kweb-calendar.cfg
|
||||||
- ./kopano-calendar-0.20.0/:/usr/share/kopano-calendar/
|
- ./calendar/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/config.json.in:/var/www/api/config/v1/kopano/calendar/config.json
|
||||||
kopano_grapi:
|
kopano_grapi:
|
||||||
environment:
|
environment:
|
||||||
- KCCONF_GRAPI_ENABLE_EXPERIMENTAL_ENDPOINTS=yes
|
- KCCONF_GRAPI_ENABLE_EXPERIMENTAL_ENDPOINTS=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user