Skip to content

Commit

Permalink
Update docker-compose-cloud.override.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sprotest committed Feb 24, 2023
1 parent 5fe455a commit b4a3e86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose-cloud.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ services:
# Replace values for letsencrypt
LETSENCRYPT_HOST: ${PROXEUS_VIRTUAL_HOST:-proxeus.example.com}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:-admin@proxeus.example.com}
restart: unless-stopped

document-service:
networks:
Expand All @@ -83,6 +84,7 @@ services:
# Replace values for letsencrypt
LETSENCRYPT_HOST: ${DOCUMENT_SERVICE_VIRTUAL_HOST:-proxeus.example.com}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:-admin@example.com}
restart: unless-stopped

node-crypto-forex-rates:
networks:
Expand All @@ -96,3 +98,4 @@ services:
# Replace values for letsencrypt
LETSENCRYPT_HOST: ${NODE_CRYPTO_FOREX_RATES_VIRTUAL_HOST:-proxeus.example.com}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:-admin@example.com}
restart: unless-stopped

0 comments on commit b4a3e86

Please sign in to comment.