Skip to content

Instantly share code, notes, and snippets.

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"
FROM openjdk:8-jdk-alpine
COPY cl-node.jar /var/lib/constellation/cl-node.jar
COPY logback.xml /var/lib/constellation/logback.xml
RUN adduser -S -h /var/lib/constellation constellation && chown -R constellation /var/lib/constellation
WORKDIR /var/lib/constellation/
ENV ip "127.0.0.1"

Keybase proof

I hereby claim:

  • I am porkotron on github.
  • I am porkotron (https://keybase.io/porkotron) on keybase.
  • I have a public key ASClsAJ_oJM6TPgsPaErb73BBsP-2R7Vpb5m9HOTJe3TLAo

To claim this, I am signing this object:

@porkotron
porkotron / README.md
Created October 4, 2017 09:23 — forked from drewkerrigan/README.md
Setting open files limit in OSX 10.11.3

Download this gist, and then run:

chmod 755 open_files_limit_mac.sh
./open_files_limit_mac.sh

Restart the system, and then run: