docs: update Docker setup documentation for creating .env files

This commit is contained in:
Byeori Kim 2025-06-07 09:24:17 -07:00 committed by GitHub
parent d0e9fdf810
commit 5a89e5e260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,8 +53,8 @@ Our setup uses two files:
## Setup
1. Make sure you have all the necessary environment variables set up:
- Copy `surfsense_backend/.env.example` to `surfsense_backend/.env` and fill in the required values
- Copy `surfsense_web/.env.example` to `surfsense_web/.env` and fill in the required values
- Run `cp surfsense_backend/.env.example surfsense_backend/.env` to create .env file, and fill in the required values
- Run `cp surfsense_web/.env.example surfsense_web/.env` to create .env file, fill in the required values
- Optionally: Copy `.env.example` to `.env` in the project root to customize Docker settings
2. Deploy based on your needs: