Commit 081d9703 by marwan

Add new file

parents
services:
flowengine:
image: dock.nexpie.com/stack/flowengine:1.3.5-2-f633d8d2
volumes:
- /usr/local/flowengine-gluster/flowengine-${SH_PROJECTPODID}/flow-data:/usr/local/flowengine
- /usr/local/flowengine-gluster/flowengine-${SH_PROJECTPODID}/store-data:/usr/loca/store-data
environment:
PROJECT_ID: "${SH_PROJECT_ID}"
OAUTH_LOGIN: "TRUE"
PASSWORD_LOGIN: "TRUE"
AUTH_ENDPOINT: https://auth.nexiiot.io/dialog/authorize
AUTH_PLATFORM_NAME: NEXIIOT
GQLV2_ENDPOINT: https://gqlv2.nexiiot.io
INSTANCE_NAME: NEXIIOT FlowEngine
OAUTH_CLIENT_ID: ${SH_OAUTH_CLIENT_ID}
OAUTH_CLIENT_SECRET: ${SH_OAUTH_CLIENT_SECRET}
TOKEN_ENDPOINT: https://auth.nexiiot.io/oauth/token
USERINFO_API_ENDPOINT: https://auth.nexiiot.io/api/userinfo
deploy:
resources:
limits:
cpus: '0.2'
memory: '256M'
reservations:
cpus: '0.1'
memory: '128M'
networks:
default:
name: swarm-flowengine-net
external: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment