added venv to .gitignore and initiated the app

This commit is contained in:
arvinbehbahani562@gmail.com
2026-05-13 00:41:18 +03:30
parent 78d0c52b11
commit cf99039c8d
10 changed files with 57 additions and 3 deletions
+3 -3
View File
@@ -66,7 +66,7 @@ services:
ports:
- "8000:8000"
env_file:
- .env
- .env.example
environment:
DOCKER_VERSION: ${DOCKER_VERSION:-develop}
ALLOWED_HOSTS: ${ALLOWED_HOSTS:-localhost,127.0.0.1,0.0.0.0,web,backend-web}
@@ -101,7 +101,7 @@ services:
- .:/app
- ./logs:/app/logs
env_file:
- .env
- .env.example
environment:
DOCKER_VERSION: ${DOCKER_VERSION:-develop}
ALLOWED_HOSTS: ${ALLOWED_HOSTS:-localhost,127.0.0.1,0.0.0.0,web,backend-web}
@@ -135,7 +135,7 @@ services:
- .:/app
- ./logs:/app/logs
env_file:
- .env
- .env.example
environment:
DOCKER_VERSION: ${DOCKER_VERSION:-develop}
ALLOWED_HOSTS: ${ALLOWED_HOSTS:-localhost,127.0.0.1,0.0.0.0,web,backend-web}