mirror of
https://github.com/hotheadhacker/seedbox-lite.git
synced 2025-09-02 00:51:36 +03:00
10 lines
299 B
Docker
10 lines
299 B
Docker
# Docker Environment Configuration
|
|
SERVER_PORT=3000
|
|
SERVER_HOST=0.0.0.0
|
|
SERVER_PROTOCOL=http
|
|
VITE_API_BASE_URL=http://localhost:3000
|
|
FRONTEND_URL=http://localhost:5173
|
|
OPENSUBTITLES_API_URL=https://rest.opensubtitles.org
|
|
SUBTITLE_SEEKER_API_URL=https://api.subtitleseeker.com
|
|
NODE_ENV=development
|