mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
- removed pre commit hooks - updated docker setup - updated github docker actions - updated docs
23 lines
465 B
Text
23 lines
465 B
Text
# Docker Specific Env's Only - Can skip if needed
|
|
|
|
# Celery Config
|
|
REDIS_PORT=6379
|
|
FLOWER_PORT=5555
|
|
|
|
# Frontend Configuration
|
|
FRONTEND_PORT=3000
|
|
NEXT_PUBLIC_API_URL=http://backend:8000
|
|
|
|
# Backend Configuration
|
|
BACKEND_PORT=8000
|
|
|
|
# Database Configuration
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=surfsense
|
|
POSTGRES_PORT=5432
|
|
|
|
# pgAdmin Configuration
|
|
PGADMIN_PORT=5050
|
|
PGADMIN_DEFAULT_EMAIL=admin@surfsense.com
|
|
PGADMIN_DEFAULT_PASSWORD=surfsense
|