Compare commits

...

2 Commits

Author SHA1 Message Date
Даня Вакуленков
ef83710a61 Merge branch 'CICD' of http://79.137.198.26:3000/danyadjan/db_kyc_project into CICD
Some checks failed
Deploy App / deploy (push) Failing after 5s
2025-03-20 15:02:40 +03:00
Даня Вакуленков
e047f632e4 Add file 2025-03-20 15:01:23 +03:00
9 changed files with 34 additions and 1 deletions

4
.env/dev/back Normal file
View File

@ -0,0 +1,4 @@
DEBUG=1
SECRET_KEY=SECRET_KEY
ENVIRONMENT=docker
DJANGO_SETTINGS_MODULE=clicker.settings

1
.env/dev/batcher Normal file
View File

@ -0,0 +1 @@
HTTP_PORT=8080

8
.env/dev/batcher-pg Normal file
View File

@ -0,0 +1,8 @@
POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
POSTGRES_DB=postgres
POSTGRES_HOST=batcher-postgres
POSTGRES_PORT=5432
LANG=ru_RU.UTF-8
LANGUAGE=ru_RU.UTF-8
LC_ALL=ru_RU.UTF-8

3
.env/dev/bot Normal file
View File

@ -0,0 +1,3 @@
TG_TOKEN=token
BACKEND_URL=http://backend:8000
PROD=0

8
.env/dev/pg Normal file
View File

@ -0,0 +1,8 @@
POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
POSTGRES_DB=postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
LANG=ru_RU.UTF-8
LANGUAGE=ru_RU.UTF-8
LC_ALL=ru_RU.UTF-8

5
.env/dev/redis Normal file
View File

@ -0,0 +1,5 @@
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_USER=default
REDIS_PASSWORD=redis
REDIS_DB=0

4
.env/dev/rmq Normal file
View File

@ -0,0 +1,4 @@
RABBITMQ_HOST=rabbitmq
RABBITMQ_PORT=5672
RABBITMQ_DEFAULT_USER=rabbitmq
RABBITMQ_DEFAULT_PASS=rabbitmq

1
.env/dev/web Normal file
View File

@ -0,0 +1 @@
APP_URL=https://kyc-game.ru

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
.idea
.env
.DS_Store
__pycache__/
*.py[cod]