version: '3.5' services: grafana: container_name: grafana image: registry.entcor/common/amd64/grafana:custom restart: always user: "1000" networks: - e_net - common_e_proxy volumes: - ./dist:/var/lib/grafana/plugins/entcor-entcordemoplugin-datasource - ./provisioning:/etc/grafana/provisioning - .:/root/entcor-entcordemoplugin-datasource environment: GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: entcor-entcordemoplugin-datasource networks: common_e_proxy: external: true e_net: external: true