Skip to content
Snippets Groups Projects
Commit 590c76cb authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Fixing docker-compose file for staging

parent 658af97a
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -13,7 +13,9 @@ services: ...@@ -13,7 +13,9 @@ services:
grady: grady:
image: docker.gitlab.gwdg.de/j.michal/grady:master image: docker.gitlab.gwdg.de/j.michal/grady:master
command: > command: >
sh -c "./manage.py maketestdata && sh -c "sleep 2 &&
./manage.py migrate --noinput &&
./manage.py maketestdata &&
./deploy.sh" ./deploy.sh"
depends_on: depends_on:
- postgres - postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment