Skip to content

Commit 832ac67

Browse files
committed
Add HOST_PORT configuration for application port mapping in docker.env
1 parent 4c3b82e commit 832ac67

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

environment/docker.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ COUNTRY=germany
2828
# Note: These countries are available based on the TABULA and EPISCOPE project data. Therefore running pipeline on other countries is not supported.
2929

3030

31+
# Application port mapping (host port -> container 8080)
32+
# Change this if 8080 collides with another service
33+
HOST_PORT=5000
34+
3135
# Database connection settings (Connect to host PostgreSQL)
3236
DB_HOST=host.docker.internal
3337
DB_PORT=5432

0 commit comments

Comments
 (0)