pass
This commit is contained in:
parent
247bf6d9cf
commit
0d58e7ac21
|
|
@ -11,8 +11,14 @@ services:
|
|||
UWSGI_THREADS: 2
|
||||
ports:
|
||||
- "872:80"
|
||||
networks:
|
||||
- medicine-network
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "200k"
|
||||
max-file: "10"
|
||||
|
||||
networks:
|
||||
medicine-network:
|
||||
external: true
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ read -p "Enter organization name: " ORGANIZATION_NAME
|
|||
|
||||
SECRET_KEY=$(openssl rand -base64 32)
|
||||
|
||||
cat <<EOT >> /root/medicine-config/medicine-remd/.env
|
||||
cat <<EOT >> /root/medicine-config/service-messaging/.env
|
||||
|
||||
SECRET_KEY=$SECRET_KEY
|
||||
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ set -e
|
|||
docker pull docker.med-logic.ru/medicine-ntf:latest
|
||||
docker-compose stop
|
||||
docker-compose up -d
|
||||
docker-compose run --rm service-messaging python manage.py migrate
|
||||
Loading…
Reference in New Issue