Johan review
This commit is contained in:
parent
d9b3b403da
commit
7845570819
3 changed files with 53 additions and 31 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -35,13 +35,7 @@ ENV DATABASE_URL=postgresql://postgres:password@db:5432/dereth \
|
|||
DB_MAX_SQL_LENGTH=1000000000 \
|
||||
DB_MAX_SQL_VARIABLES=32766 \
|
||||
DB_WAL_AUTOCHECKPOINT_PAGES=1000 \
|
||||
SHARED_SECRET=your_shared_secret # Secret for plugin authentication
|
||||
SHARED_SECRET=your_shared_secret
|
||||
|
||||
## Launch the FastAPI app using Uvicorn
|
||||
CMD [
|
||||
"uvicorn", "main:app",
|
||||
"--host", "0.0.0.0",
|
||||
"--port", "8765",
|
||||
"--reload", # auto-restart on code changes
|
||||
"--workers", "1"
|
||||
]
|
||||
CMD ["uvicorn","main:app","--host","0.0.0.0","--port","8765","--reload","--workers","1"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue