change: change apps folder

This commit is contained in:
behruz-dev
2025-08-28 14:21:12 +05:00
parent ccfe0d6c18
commit 53042ed25e
31 changed files with 68 additions and 42 deletions

View File

@@ -0,0 +1,13 @@
SECRET_KEY=
DEBUG=True
ALLOWED_HOSTS=localhost,127.0.0.1
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_HOST=db
POSTGRES_PORT=5432
COMMAND=sh ./resources/scripts/entrypoint-server.sh
PORT=8080