Skip to content

Commit 7a883dc

Browse files
Update HTTP_HOST documentation for local development
1 parent af988ea commit 7a883dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
DATABASE_URL: 'mysql://ltb:%database_password%@db:3306/ltb'
1717
PRODUCTION_SERVER: 'false'
1818
TRUSTED_PROXIES: 10.9.8.1
19-
HTTP_HOST: localhost
19+
HTTP_HOST: 'localhost:10443'
2020
depends_on:
2121
- db
2222
networks:

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
depends_on:
3636
- ltb
3737
ports:
38-
- '10443:443'
38+
- '443:443'
3939
networks:
4040
- ltb-network
4141

docs/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ The following environment variables are interesting to be configured.
1010
| `SENTRY_JS_DSN` | Configure this for JS Sentry error tracking |
1111
| `OIDC_WELL_KNOWN` | Well-known endpoint for OIDC authentication |
1212
| `OIDC_CLIENT_ID` | OIDC client ID |
13-
| `HTTP_HOST` | The HTTP host you're going to use. `localhost` for development |
13+
| `HTTP_HOST` | The HTTP host you're going to use. `localhost:10443` for development |
1414
| `MAIL_FROM` | Where email sent normally is coming from |

0 commit comments

Comments
 (0)