Add HOST_PORT configuration to .env.example and update docker-compose and README
This commit is contained in:
@@ -3,6 +3,7 @@ ENVIRONMENT=production
|
||||
SECRET_KEY=PLEASE_CHANGE_TO_A_LONG_RANDOM_SECRET
|
||||
ALGORITHM=HS256
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=120
|
||||
HOST_PORT=8080
|
||||
DATABASE_URL=sqlite:///./data/newsletter.db
|
||||
# Beispiel PostgreSQL:
|
||||
# DATABASE_URL=postgresql+psycopg://newsletter:newsletter@postgres:5432/newsletter
|
||||
|
||||
Reference in New Issue
Block a user