mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-21 20:56:34 +03:00
updated readme, env and logs
This commit is contained in:
parent
3d3688eb6e
commit
65a02bb660
10
.env.example
10
.env.example
|
@ -1,5 +1,5 @@
|
|||
DATABASE_URL=
|
||||
CELERY_BROKER_URL=
|
||||
REDIS_URL=
|
||||
USE_DOCKER=
|
||||
EMAIL_HOST=
|
||||
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/akarpov
|
||||
CELERY_BROKER_URL=redis://localhost:6379/0
|
||||
REDIS_URL=redis://localhost:6379/1
|
||||
USE_DOCKER=no
|
||||
EMAIL_HOST=127.0.0.1:8025
|
||||
|
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
My collection of apps and tools
|
||||
|
||||
Writen in Python 3.11 and Django 4.1
|
||||
|
||||
### local run via docker
|
||||
|
||||
```shell
|
||||
$ docker-compose -f local.yml up
|
||||
```
|
||||
|
|
0
logs/.gitkeep
Normal file
0
logs/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user