added vars;
fix docker-compose.yml;
This commit is contained in:
parent
560c688817
commit
6abe9ebc35
6
.env
6
.env
@ -2,3 +2,9 @@ TWITTER_API_KEY = 5eQwRc16aXnLwDYrLkxQHbcRS
|
||||
TWITTER_API_SECRET = LUpU222xtAc92RKQEP3bMqrzTApvJTR6JVOOm4Uxx9DvnaOLOQ
|
||||
TWITTER_ACCESS_TOKEN = 1386734481734787073-Xt0CUL467DJJUrVX3oPxAWVFbZB2A8
|
||||
TWITTER_ACCESS_TOKEN_SECRET = CgRPGogf8XhZ3nsLkaEYvvjddBLGTPAeieM9UVsusQYMS
|
||||
|
||||
BE_HOST=0.0.0.0
|
||||
BE_PORT=8000
|
||||
|
||||
FE_HOST=127.0.0.1
|
||||
FE_PORT=4200
|
||||
|
||||
@ -10,10 +10,6 @@ services:
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: ./Dockerfile
|
||||
command:
|
||||
python manage.py makemigrations app_be; \
|
||||
python manage.py migrate; \
|
||||
python manage.py runserver 0.0.0.0:8000 --no-reload;
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user