Skip to content

Commit

Permalink
chore: add ICM_BASE_URL and punchout/cobrowse configuration to docker…
Browse files Browse the repository at this point in the history
…-compose example configuration
  • Loading branch information
shauke committed Jan 14, 2025
1 parent fdd3bb0 commit c6face7
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ services:
# command: ['node', 'dist/b2c/run-standalone']
# command: ['node', 'dist/b2b/run-standalone']
environment:
# ICM_BASE_URL:
ICM_BASE_URL: 'https://develop.icm.intershop.de'
LOGGING: 'true'
# LOG_ALL: 'false'
SOURCE_MAPS: 'true'
TRUST_ICM: 'true'
# TRUST_ICM: 'true'
# PROXY_ICM: 'true'
# PROMETHEUS: 'true'
# MULTI_SITE_LOCALE_MAP: |
Expand All @@ -29,15 +29,15 @@ services:
# - compare
# - rating
# IDENTITY_PROVIDER: 'Auth0'
# IDENTITY_PROVIDERS: |
IDENTITY_PROVIDERS: |
Punchout:
type: PUNCHOUT
CoBrowse:
type: cobrowse
# Auth0:
# type: auth0
# domain: some-domain.auth0.com
# clientID: ASDF12345
# Punchout:
# type: PUNCHOUT
# CoBrowse:
# type: cobrowse

# Logging to an External Device (see logging.md)
# volumes:
Expand Down Expand Up @@ -77,6 +77,7 @@ services:
# - '9113:9113'
environment:
UPSTREAM_PWA: 'http://pwa:4200'
ICM_BASE_URL: 'https://develop.icm.intershop.de'
NGINX_ENTRYPOINT_QUIET_LOGS: ANYVALUE
CACHE: 0
# REDIS_URI: redis://redis:6379
Expand All @@ -93,12 +94,20 @@ services:
# BASIC_AUTH: 'developer:!InterShop00!'
# BASIC_AUTH_IP_WHITELIST: |
# - 1.2.3.4
# OVERRIDE_IDENTITY_PROVIDERS: |
# .+:
# - path: /en/punchout
# type: Punchout
# - path: /en/cobrowse
# type: CoBrowse
OVERRIDE_IDENTITY_PROVIDERS: |
.+:
- path: /en/punchout
type: Punchout
- path: /de/punchout
type: Punchout
- path: /fr/punchout
type: Punchout
- path: /en/cobrowse
type: CoBrowse
- path: /de/cobrowse
type: CoBrowse
- path: /fr/cobrowse
type: CoBrowse
MULTI_CHANNEL: |
.+:
- baseHref: /en
Expand Down

0 comments on commit c6face7

Please sign in to comment.