1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00
kopano-docker/grapi-explorer/grapi-explorer.yml
2019-08-21 16:09:39 +02:00

16 lines
336 B
YAML

version: "3.5"
services:
kopano_grapi-explorer:
image: kopano/grapi-explorer
restart: unless-stopped
depends_on:
- kopano_kapi
- kopano_konnect
environment:
- GRAPI_EXPLORER_ISS=https://${FQDN}
- GRAPI_EXPLORER_GRAPH_URL=https://${FQDN}/api/gc
networks:
- kopano-net
- web-net