mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-16 04:53:11 +00:00
Update docker-compose.yml
This commit is contained in:
parent
4349f26d91
commit
e1e6e12980
@ -20,7 +20,8 @@ services:
|
||||
dockerfile: Docker/Prod/Dockerfile
|
||||
command: >
|
||||
bash -c "cd src
|
||||
&& python3 manage.py makemigrations
|
||||
&& python3 manage.py makemigrations account
|
||||
&& python3 manage.py makemigrations series
|
||||
&& echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ makemigrations completed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
|
||||
&& python3 manage.py migrate
|
||||
&& echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ migrate completed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
|
||||
@ -85,4 +86,4 @@ services:
|
||||
#TODO: add volume for celery logs
|
||||
volumes:
|
||||
dbdata:
|
||||
static_volume:
|
||||
static_volume:
|
||||
|
Loading…
x
Reference in New Issue
Block a user