services: redis: restart: "no" app: restart: "no" command: > bash -c "sleep 2 && python manage.py migrate && ./dev_run.sh" ports: - "${DEV_SERVER_PORT:-8080}:${DEV_SERVER_PORT:-8080}" tasks: restart: "no" jobs: restart: "no"