-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preprod merge for v1.3 release (#298)
* Update README.md * Alternative chains support (#281) * add new smart contract addresses on goerli and mumbai networks, update settings * fix dependencies * update circle checks go version * update readme with chains list * test negative scenario * return goerli cobfig * remove console metamask error (#286) should fix #285 * Test autodeploy flow (#290) * Update README.md * add console logs on default accounts setup and on sign request --------- Co-authored-by: s-pro <[email protected]> * Fix preview document bug (#295) * add more static js to Cache-Control fixes #292 [add more static js to Cache-Control] --------- Co-authored-by: s-pro <[email protected]> Co-authored-by: epadalkin <[email protected]> * The Watchtower service will never be used (#296) * fix open prevuew * Update docker-compose-cloud.override.yml --------- Co-authored-by: Tatiana <[email protected]> Co-authored-by: Afonina Tatiana <[email protected]> Co-authored-by: epadalkin <[email protected]> --------- Co-authored-by: s-pro <[email protected]> Co-authored-by: Afonina Tatiana <[email protected]> Co-authored-by: epadalkin <[email protected]> Co-authored-by: Tatiana <[email protected]>
- Loading branch information
1 parent
465c84e
commit 0eaeb5e
Showing
24 changed files
with
175 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,10 +64,16 @@ See the **[Contributing Guide](docs/contributing.md)** for further directions. | |
|
||
If you find a vulnerability that may affect live or testnet deployments please DO NOT file a public issue - send your report privately to [email protected] | ||
|
||
## License - test3 | ||
## License | ||
|
||
Licensed under the GNU GENERAL PUBLIC LICENSE. You may read a copy of the [License here](LICENSE). | ||
|
||
## Acknowledgements | ||
|
||
Like so many projects, this effort has roots in many places. The list can be found in [ACKNOWLEDGEMENTS](ACKNOWLEDGEMENTS). | ||
|
||
## Supported Chains | ||
|
||
- goerli | ||
- mainnet | ||
- polygon-mumbai |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,7 @@ services: | |
# Replace values for letsencrypt | ||
LETSENCRYPT_HOST: ${PROXEUS_VIRTUAL_HOST:-proxeus.example.com} | ||
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:[email protected]} | ||
restart: unless-stopped | ||
|
||
document-service: | ||
networks: | ||
|
@@ -83,6 +84,7 @@ services: | |
# Replace values for letsencrypt | ||
LETSENCRYPT_HOST: ${DOCUMENT_SERVICE_VIRTUAL_HOST:-proxeus.example.com} | ||
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:[email protected]} | ||
restart: unless-stopped | ||
|
||
node-crypto-forex-rates: | ||
networks: | ||
|
@@ -96,16 +98,4 @@ services: | |
# Replace values for letsencrypt | ||
LETSENCRYPT_HOST: ${NODE_CRYPTO_FOREX_RATES_VIRTUAL_HOST:-proxeus.example.com} | ||
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:[email protected]} | ||
|
||
# Add Watchtower | ||
# https://hub.docker.com/r/v2tec/watchtower/ | ||
# Watches your containers and automatically restarts them whenever their | ||
# image is refreshed | ||
watchtower: | ||
image: v2tec/watchtower | ||
container_name: watchtower | ||
restart: always | ||
volumes: | ||
- ${DOCKER_SOCK:-/var/run/docker.sock}:/var/run/docker.sock:ro | ||
- ${DOCKER_CONFIG_FILE:-/root/.docker/config.json}:/config.json | ||
command: --interval 60 --label-enable | ||
restart: unless-stopped |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.