Skip to content

Commit

Permalink
Revert port weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
Pim Otte committed May 15, 2019
1 parent 5fd416d commit 12e449b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ services:
mock-nlx:
build: mock-nlx/
ports:
- 80:80
- 4080:4080
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ services:
- TLS_ORG_KEY=/certs/org.key
- DISABLE_LOGDB=1
ports:
- 4080:80
- 4080:4080
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"EPHEMERAL_ENDPOINT" : "http://localhost:3232",
"EPHEMERAL_WEBSOCKET_ENDPOINT" : "ws://localhost:3233",
"NLX_OUTWAY_ENDPOINT" : "http://mock-nlx:80",
"NLX_OUTWAY_ENDPOINT" : "http://mock-nlx:4080",
"NLX_CERT": "/certs/org.crt",
"NLX_KEY": "/certs/org.key",
"LOG_LEVEL": "info",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"EPHEMERAL_ENDPOINT" : "http://localhost:3232",
"EPHEMERAL_WEBSOCKET_ENDPOINT" : "ws://localhost:3233",
"NLX_OUTWAY_ENDPOINT" : "http://localhost:80",
"NLX_OUTWAY_ENDPOINT" : "http://localhost:4080",
"NLX_CERT": "/certs/org.crt",
"NLX_KEY": "/certs/org.key",
"LOG_LEVEL": "info",
Expand Down

0 comments on commit 12e449b

Please sign in to comment.