mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-17 01:37:10 +08:00
fix: update docker-compose.yml
This commit is contained in:
11
apps/netbox/latest/netbox.env
Normal file
11
apps/netbox/latest/netbox.env
Normal file
@@ -0,0 +1,11 @@
|
||||
# Netbox 环境变量示例
|
||||
SUPERUSER_NAME=admin
|
||||
SUPERUSER_EMAIL=admin@example.com
|
||||
SUPERUSER_PASSWORD=admin
|
||||
ALLOWED_HOSTS=*
|
||||
DB_NAME=netbox
|
||||
DB_USER=netbox
|
||||
DB_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
||||
DB_HOST=postgres
|
||||
REDIS_HOST=redis
|
||||
REDIS_CACHE_HOST=redis-cache
|
||||
Reference in New Issue
Block a user