mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- Separate deployments, services, statefulsets etc `yaml` files for tendermint based deployment. - Separate Dockerfiles for mongodb, nginx for tendermint integrated BigchainDB.
10 lines
250 B
Bash
Executable File
10 lines
250 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t bigchaindb/nginx_http:1.1 .
|
|
|
|
docker push bigchaindb/nginx_http:1.1
|
|
|
|
# For tendermint deployments
|
|
# docker build -t bigchaindb/nginx_https:unstable-tmt . -f Dockerfile-TMT
|
|
# docker push bigchaindb/nginx_https:unstable-tmt
|