Skip to content

Commit

Permalink
Merge branch 'main' into preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
loleg authored Nov 16, 2023
2 parents 0dafa99 + a658b13 commit 662ab77
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docker-compose-cnode.override.yml
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
1 change: 1 addition & 0 deletions docs/build_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ You may also want to include custom nodes. There is a sample configuration which

```
docker-compose -f docker-compose.yml -f docker-compose-example.override.yml up
```

See `docker-compose-extra.override.yml` for examples with several other nodes.

0 comments on commit 662ab77

Please sign in to comment.