Merge pull request #158 from byuly/docker-setup-update

docs: update Docker setup documentation for creating .env files
This commit is contained in:
Rohan Verma 2025-06-07 11:45:02 -07:00 committed by GitHub
commit ef9f756111
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 ## Setup
1. Make sure you have all the necessary environment variables set up: 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 - Run `cp surfsense_backend/.env.example surfsense_backend/.env` to create .env file, and fill in the required values
- Copy `surfsense_web/.env.example` to `surfsense_web/.env` 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 - Optionally: Copy `.env.example` to `.env` in the project root to customize Docker settings
2. Deploy based on your needs: 2. Deploy based on your needs: