Customization

Environment Variables

In this section you will learn how to configure environment variables for your deploymen.

.env.production

The deployment process will automatically use a .env.production file in your root directory. It will use the environment variables both during the build process and when running the container. On the server the file will be called .env and included using the env_file docker compose property.

Previous
Commands