pass
This commit is contained in:
parent
407d1ff18d
commit
aad15de71e
|
|
@ -20,5 +20,6 @@ SENTRY_SITE=$ORGANIZATION_NAME
|
|||
|
||||
EOT
|
||||
|
||||
cd /root/medicine-config/medicine
|
||||
docker-compose run --rm app python manage.py migrate --noinput
|
||||
docker-compose up -d
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ cd /root/medicine-config/medicine-stack
|
|||
docker-compose exec postgres psql -c 'CREATE DATABASE medicine_lis' --username=postgres
|
||||
|
||||
cat <<EOT >> /root/medicine-config/medicine-lis/.env
|
||||
POSTGRES_HOST=medicine-stack-postgres
|
||||
REDIS_HOST=medicine-stack-redis
|
||||
EOT
|
||||
|
||||
cd /root/medicine-config/medicine-lis
|
||||
|
|
|
|||
Loading…
Reference in New Issue