File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Docker compose is set up to start an atlantis container and ngrok container in t
53
53
e.g.
54
54
55
55
` ` ` sh
56
- NGROK_AUTH =1234567890
56
+ NGROK_AUTHTOKEN =1234567890
57
57
58
58
ATLANTIS_GH_APP_ID=123
59
59
ATLANTIS_GH_APP_KEY_FILE=" /.ssh/somekey.pem"
Original file line number Diff line number Diff line change 1
1
# Note: This file is only used for Atlantis local development
2
2
services :
3
3
ngrok :
4
- image : wernight /ngrok:latest@sha256:d211f29ebcfe5f4e72df4fa8bdd9a667886e127d7fcb1be4a1af5ad83a8a1b77
4
+ image : ngrok /ngrok:latest@sha256:0dbf30ec036f2369d3b9018a8287aa2414deb90ccf44536cb2fcfd238b3d4f70
5
5
ports :
6
6
- 4040:4040
7
- environment :
8
- # https://dashboard.ngrok.com/get-started/your-authtoken
9
- # NGROK_AUTH: REPLACE-WITH-YOUR-TOKEN // set this in atlantis.env
10
- NGROK_PROTOCOL : http
11
- NGROK_PORT : atlantis:4141
7
+ command :
8
+ - " http"
9
+ - " atlantis:4141"
12
10
env_file :
13
11
- atlantis.env
14
12
depends_on :
You can’t perform that action at this time.
0 commit comments