9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
# Docker Compose Environment Variables
|
|
# Copy this file to .env and fill in your actual values
|
|
# WARNING: Never commit the actual .env file to version control
|
|
|
|
# PostgreSQL Configuration
|
|
POSTGRES_USER=collab
|
|
POSTGRES_PASSWORD=your_secure_password_here
|
|
POSTGRES_DB=collaboration
|