chore: set app img to restart always and downgrade docker-compose version
ci/woodpecker/pr/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-08-22 17:53:13 +05:30
parent 33e9d830f8
commit b5e1bc9d5e
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version: "3.9"
version: "3.3"
services:
# db:
@ -12,6 +12,7 @@ services:
web:
# build: .
image: realaravinth/mystiq-sso:latest
restart: always
command: >
sh -c "python manage.py makemigrations &&
python manage.py migrate &&