I hereby claim:
- I am tunix on github.
- I am tunix (https://keybase.io/tunix) on keybase.
- I have a public key ASCgdEPhK57cC8rWt3kWrD771fsuzmMePoyD1dJusHSrkAo
To claim this, I am signing this object:
FROM node:4.4 | |
LABEL type="node" purpose="api" role="core" description="Gerrit Dashboard Server" | |
ENV NODE_ENV production | |
ENV SOURCE_TYPE DB | |
ENV GERRIT_DASHBOARD_CONFIG_PATH /opt/config | |
COPY dist /srv/app | |
WORKDIR /srv/app | |
EXPOSE 3000 | |
VOLUME ["/opt/config"] | |
CMD ["./bin/www"] |
FROM node:6.2-slim | |
MAINTAINER Alper Kanat <[email protected]> | |
ADD . /srv | |
WORKDIR /srv | |
RUN apt-get update && apt-get install -qqy git | |
RUN npm install -g bower gulp | |
RUN npm install | |
RUN bower install --allow-root | |
RUN gulp clean build | |
ENV NODE_ENV production |
version: '3' | |
services: | |
api: | |
build: . | |
image: tunix/docker-compose-demo | |
ports: | |
- "8080" | |
links: | |
- db:demodb |
[ | |
{ | |
"plan": { | |
"#operator": "Sequence", | |
"~children": [ | |
{ | |
"#operator": "IndexScan", | |
"covers": [ | |
"cover ((`fooboo`.`appId`))", | |
"cover ((`fooboo`.`xid`))", |
I hereby claim:
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 1LaYdseuLcg9jHYdgxE85gtZRwxwHiBvCN https://explorer.blockstack.org/address/1LaYdseuLcg9jHYdgxE85gtZRwxwHiBvCN |
[1password] | |
name=1Password Stable Channel | |
baseurl=https://downloads.1password.com/linux/rpm/stable/$basearch | |
enabled=1 | |
gpgcheck=1 | |
repo_gpgcheck=1 | |
gpgkey=https://downloads.1password.com/linux/keys/1password.asc |