Skip to content

Commit d2f89cc

Browse files
authored
Merge pull request #507 from AmbireTech/update-documentation
Update documentation
2 parents b6005d8 + a6c0b3d commit d2f89cc

File tree

11 files changed

+141
-178
lines changed

11 files changed

+141
-178
lines changed

.travis.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ FROM ubuntu:20.04
1919

2020
RUN apt update && apt-get install -y libssl-dev ca-certificates
2121

22+
# `production` or `development` - default: `development`
23+
ENV ENV=
24+
2225
# `ethereum` or `dummy`
2326
ENV ADAPTER=
2427

Dockerfile-sentry

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ FROM ubuntu:20.04
4545

4646
RUN apt update && apt-get install -y libssl-dev ca-certificates
4747

48+
# `production` or `development` - default: `development`
49+
ENV ENV=
50+
51+
# Redis URL - default: `redis://127.0.0.1:6379`
52+
ENV READIS_URL=
53+
# The IP address on which the sentry server will be listening - default: `0.0.0.0`
54+
ENV IP_ADDR=
55+
# The Port on which the sentry server will be listening - default: `8005`
56+
ENV PORT=
57+
4858
# `ethereum` or `dummy`
4959
ENV ADAPTER=
5060

0 commit comments

Comments
 (0)