forked from mystiq/sso
chore: set app img to restart always and downgrade docker-compose version
This commit is contained in:
parent
33e9d830f8
commit
b5e1bc9d5e
1 changed files with 2 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue