Added a section on startup in the README.md (#507)

Reworked the index.md
- removed commented out text

Minor restructuring of the README.md

---------

Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de>
This commit is contained in:
2024-01-03 18:31:01 +01:00
committed by GitHub
parent 6e0247c58c
commit f645e2ec4b
5 changed files with 85 additions and 64 deletions

View File

@ -94,7 +94,7 @@ services:
depends_on:
- postgres
ports:
- 8888:8888
- ${HTTP_PORT:-8888}:${HTTP_PORT:-8888}
environment:
PYTHON_POSTGRES_USERNAME: ${PYTHON_POSTGRES_USERNAME:-postgres}
PYTHON_POSTGRES_PASSWORD: ${PYTHON_POSTGRES_PASSWORD:?error}
@ -103,7 +103,8 @@ services:
PYTHON_POSTGRES_PORT: ${PYTHON_POSTGRES_PORT:-5432}
PYTHON_DASH_LOGIN_PW: ${PYTHON_DASH_LOGIN_PW}
PYTHON_DASH_LOGIN_USERNAME: ${PYTHON_DASH_LOGIN_USERNAME}
PORT: 8888
PORT: ${HTTP_PORT:-8888}
HOST: 0.0.0.0
volumes: