-
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.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
# With a configuration like this, you can enable nodes in production. | ||
# This file is an override and needs to be used like this: | ||
# | ||
# docker-compose -f docker-compose.yml -f docker-compose-cloud.override.yml -f docker-compose-cnode.override.yml up | ||
|
||
version: '3.7' | ||
|
||
services: | ||
node-crypto-forex-rates: | ||
networks: | ||
- reverse-proxy | ||
labels: | ||
com.centurylinklabs.watchtower.enable: "true" | ||
environment: | ||
# Replace values for reverse-proxy | ||
VIRTUAL_HOST: ${NODE_CRYPTO_FOREX_RATES_VIRTUAL_HOST:-proxeus.example.com} | ||
VIRTUAL_PORT: 8011 | ||
# Replace values for letsencrypt | ||
LETSENCRYPT_HOST: ${NODE_CRYPTO_FOREX_RATES_VIRTUAL_HOST:-proxeus.example.com} | ||
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:[email protected]} | ||
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