-
Notifications
You must be signed in to change notification settings - Fork 2
Docker
Jasper Nykänen edited this page Dec 18, 2025
·
5 revisions
Junat.live uses Doppler to manage and share secrets, but using it is completely optional. Note that as of now, the build will fail if you haven't configured the secrets below (aside from SENTRY_ORG and SENTRY_PROJECT). The Docker build command needs to be run from the monorepo root.
doppler run -- docker build \
--secret id=SENTRY_AUTH_TOKEN,env=SENTRY_AUTH_TOKEN \
--secret id=NEXT_PUBLIC_SENTRY_DSN,env=NEXT_PUBLIC_SENTRY_DSN \
--secret id=SENTRY_ORG,env=SENTRY_ORG \
--secret id=SENTRY_PROJECT,env=SENTRY_PROJECT \
--secret id=DIGITRANSIT_KEY,env=DIGITRANSIT_KEY \
--secret id=NEXT_PUBLIC_DIGITRANSIT_KEY,env=NEXT_PUBLIC_DIGITRANSIT_KEY \
-t junat-live -f site/Dockerfile .docker compose up