Skip to content

Instantly share code, notes, and snippets.

@porkotron
Created June 17, 2020 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save porkotron/41940600abda58a38f80eb223871445b to your computer and use it in GitHub Desktop.
Save porkotron/41940600abda58a38f80eb223871445b to your computer and use it in GitHub Desktop.
services:
node:
image: constellationprotocol/node:2.8.2
restart: unless-stopped
network_mode: "host"
environment:
- "ip=123.234.123.234"
- "xmx=16g"
- "CL_ALIAS=clalias"
- "CL_KEYPASS=clkeypass"
- "CL_STOREPASS=clstorepass"
- "CL_KEYSTORE_NAME=/var/lib/constellation/keystore.p12"
- "CL_WHITELISTING_NAME=/var/lib/constellation/whitelisting"
- "TZ=Europe/Helsinki"
expose:
- "9000"
- "9001"
- "9002"
volumes:
- /home/constellation/local_config:/var/lib/constellation/local_config
- /home/constellation/.dag:/var/lib/constellation/.dag
- /home/constellation/tmp:/var/lib/constellation/tmp
- /home/constellation/logs:/var/lib/constellation/logs
- /home/constellation/keystore.p12:/var/lib/constellation/keystore.p12
- /home/constellation/whitelisting:/var/lib/constellation/whitelisting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment