Skip to content

Commit

Permalink
updated to Ardor 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Mar 1, 2020
1 parent d03d972 commit 75ee3ed
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 14 deletions.
12 changes: 7 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
FROM jeanblanchard/java:jre-8
FROM java:latest
MAINTAINER rylorin <[email protected]>

LABEL version="2.2.3"
ENV NRSVersion=2.2.3
LABEL version="2.2.6"
ENV NRSVersion=2.2.6
ENV NRSPlatform=ardor

RUN \
apk update && \
apk add wget gpgme && \
apt-get update ; \
apt-get install -y wget

RUN \
mkdir /nxt-boot && \
wget --no-check-certificate https://bitbucket.org/Jelurida/${NRSPlatform}/downloads/${NRSPlatform}-client-${NRSVersion}.zip && \
wget --no-check-certificate https://bitbucket.org/Jelurida/${NRSPlatform}/downloads/${NRSPlatform}-client-${NRSVersion}.zip.asc && \
Expand Down
24 changes: 24 additions & 0 deletions docker-stack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: '3.7'

services:
ardor:
image: rylorin/ardor:latest
environment:
NXTNET: main
ADMINPASSWD: Manhattan
BLOCKCHAINDL: https://www.jelurida.com/Ardor-nxt_db.zip
MYADDRESS: ardor.123-group.com
MYPLATFORM: '@rylorin'
volumes:
- db:/ardor/db:rw
ports:
- 27874:27874/tcp
- 27876:27876/tcp
deploy:
placement:
constraints:
- node.platform.os == linux
- node.hostname == vps312177.ovh.net

volumes:
db:
9 changes: 0 additions & 9 deletions sample-scripts/sample-script.sh

This file was deleted.

0 comments on commit 75ee3ed

Please sign in to comment.