-
Notifications
You must be signed in to change notification settings - Fork 9
Docker images
Michał Szałowski edited this page Jun 13, 2024
·
1 revision
GovTool platform contains 3 applications which images are:
GovTool Frontend Build arguments are:
VITE_BASE_URL #Backend API Url
VITE_GTM_ID #ID for the GTM
VITE_NETWORK_FLAG #Flag that specifies the network
VITE_SENTRY_DSN #Sentry DSn
NPMRC_TOKEN #NPMRC Token needed for installing the private packages
VITE_USERSNAP_SPACE_API_KEY #Usersnap space api key
VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED #Feature flag for enabling the PDF Pillar
All arguments except NPMRC_TOKEN
are passed directly to the frontend application which is built on top of vite, hence there is a need of prefixing them with a VITE_
keyword.