forked from mirrors/relay
Update version number in various places
This commit is contained in:
parent
fbcbf141dd
commit
815c18b899
2 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@ $ sudo docker run --rm -it \
|
||||||
-e ADDR=0.0.0.0 \
|
-e ADDR=0.0.0.0 \
|
||||||
-e SLED_PATH=/mnt/sled/db-0.34 \
|
-e SLED_PATH=/mnt/sled/db-0.34 \
|
||||||
-p 8080:8080 \
|
-p 8080:8080 \
|
||||||
asonix/relay:0.3.52
|
asonix/relay:0.3.72
|
||||||
```
|
```
|
||||||
This will launch the relay with the database stored in "./sled/db-0.34" and listening on port 8080
|
This will launch the relay with the database stored in "./sled/db-0.34" and listening on port 8080
|
||||||
#### Cargo
|
#### Cargo
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
relay:
|
relay:
|
||||||
image: asonix/relay:v0.3.8
|
image: asonix/relay:v0.3.72
|
||||||
ports:
|
ports:
|
||||||
- "8079:8079"
|
- "8079:8079"
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -14,6 +14,7 @@ services:
|
||||||
- RESTRICTED_MODE=false
|
- RESTRICTED_MODE=false
|
||||||
- VALIDATE_SIGNATURES=true
|
- VALIDATE_SIGNATURES=true
|
||||||
- HTTPS=true
|
- HTTPS=true
|
||||||
- DATABASE_URL=postgres://pg_user:pg_pass@pg_host:pg_port/pg_database
|
- SLED_PATH=/mnt/sled/db-0.34
|
||||||
- PRETTY_LOG=false
|
- PRETTY_LOG=false
|
||||||
- PUBLISH_BLOCKS=true
|
- PUBLISH_BLOCKS=true
|
||||||
|
- API_TOKEN=somepasswordishtoken
|
||||||
|
|
Loading…
Reference in a new issue