Update version number in various places
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
asonix 2022-12-19 12:17:08 -06:00
parent fbcbf141dd
commit 815c18b899
2 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,7 @@ $ sudo docker run --rm -it \
-e ADDR=0.0.0.0 \
-e SLED_PATH=/mnt/sled/db-0.34 \
-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
#### Cargo

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
relay:
image: asonix/relay:v0.3.8
image: asonix/relay:v0.3.72
ports:
- "8079:8079"
restart: always
@ -14,6 +14,7 @@ services:
- RESTRICTED_MODE=false
- VALIDATE_SIGNATURES=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
- PUBLISH_BLOCKS=true
- API_TOKEN=somepasswordishtoken