Skip to content

Commit

Permalink
Specter v1.3.1 Batcher v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexkey committed May 26, 2021
1 parent b72ba90 commit dfea034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batcher/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
environment:
- "TRACING=1"
- "CYPHERNODE_URL=https://gatekeeper:${GATEKEEPER_PORT}"
image: cyphernode/batcher:v0.1.1
image: cyphernode/batcher:v0.1.2-rc.1
entrypoint: ["npm", "run", "start:dev"]
volumes:
- "$APP_SCRIPT_PATH/data:/batcher/data"
Expand Down
2 changes: 1 addition & 1 deletion specter/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
specter:
image: cyphernode/specter:v1.2.2
image: cyphernode/specter:v1.3.1
command: $USER /entrypoint.sh "0.0.0.0"
volumes:
- "$APP_SCRIPT_PATH/data:/.specter"
Expand Down

0 comments on commit dfea034

Please sign in to comment.