diff --git a/README.md b/README.md index ff02880..e0fced2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker/prod/docker-compose.yml b/docker/prod/docker-compose.yml index 7201789..7236765 100644 --- a/docker/prod/docker-compose.yml +++ b/docker/prod/docker-compose.yml @@ -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