We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3b82e commit 832ac67Copy full SHA for 832ac67
1 file changed
environment/docker.env
@@ -28,6 +28,10 @@ COUNTRY=germany
28
# Note: These countries are available based on the TABULA and EPISCOPE project data. Therefore running pipeline on other countries is not supported.
29
30
31
+# Application port mapping (host port -> container 8080)
32
+# Change this if 8080 collides with another service
33
+HOST_PORT=5000
34
+
35
# Database connection settings (Connect to host PostgreSQL)
36
DB_HOST=host.docker.internal
37
DB_PORT=5432
0 commit comments