The .env.runtime
file signals to Astro that the actual value will be available when the built application is run. See: https://docs.astro.build/en/guides/integrations-guide/node/#runtime-environment-variables
pnpm install
to install the dependenciescp .env.example .env
to create a new.env
filecp .env .env.runtime
to create a new.env.runtime
file- Adjust the
.env.runtime
and.env
files to your needs.
docker-compose -f compose.yaml up
to start the projectdocker-compose -f compose.yaml build
to build the projectdocker-compose -f compose.yaml pull
to pull the latest images