Skip to content

Commit

Permalink
Merge branch 'hotfix/1.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-barbosa-oliveira committed Apr 8, 2021
2 parents 19cce71 + f2a3511 commit 3da5274
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docker-ocariot-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -870,17 +870,19 @@ services:
max_attempts: 15
resources:
limits:
memory: 250M
memory: 600M
environment:
- VAULT_BASE_URL=https://vault:8200
- PROTOCOL=https
- PORT_HTTP=11000
- PORT_HTTPS=11001
- PYTHON_PORT=11002
- MONGODB_URI_PYTHON=mongodb://${DT_PROCESS_DB_USER}:${DT_PROCESS_DB_PASS}@mongo-dt-process:27017/dt-process?ssl=true&ssl_cert_reqs=CERT_NONE
- USERNAME_OCARIOT_API_DATA=${DT_API_DATA_USERNAME}
- PASSWORD_OCARIOT_API_DATA=${DT_API_DATA_PASSWORD}
- MONGO_DATABASE=dt-process
- MONGO_COLLECTION=SloopChildren
- CRON=0 12 * * *
volumes:
- type: bind
source: ./config/ocariot/vault/.tokens/access-token-dt-process-service
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INSTALL_PATH="/opt/ocariot-swarm"

version()
{
echo "1.7.3"
echo "1.7.4"
}

isInstalled()
Expand Down Expand Up @@ -64,4 +64,4 @@ if ${STATUS}; then
echo "****OCARIoT Project was installed with success!****"
else
echo "OCARIoT Project wasn't installed with success!"
fi
fi

0 comments on commit 3da5274

Please sign in to comment.