Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deployment/docker-build/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ fi
VERSION=$(git describe --tags)

$DOCKER_COMMAND tag alephim/pyaleph-node alephim/pyaleph-node:$VERSION
$DOCKER_COMMAND push alephim/pyaleph-node:$VERSION docker.io/alephim/pyaleph-node:$VERSION
#$DOCKER_COMMAND push alephim/pyaleph-node:$VERSION docker.io/alephim/pyaleph-node:$VERSION
$DOCKER_COMMAND push alephim/pyaleph-node:$VERSION
echo docker.io/alephim/pyaleph-node:$VERSION
2 changes: 1 addition & 1 deletion deployment/samples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:
services:
pyaleph:
restart: always
image: alephim/pyaleph-node:v0.2.0
image: alephim/pyaleph-node:v0.2.1
command: pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
ports:
- "127.0.0.1:8000:8000/tcp"
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ volumes:
services:
pyaleph:
restart: always
image: alephim/pyaleph-node:v0.2.0
image: alephim/pyaleph-node:v0.2.1
command: pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
ports:
- "127.0.0.1:8000:8000/tcp"
Expand Down