mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 21:51:51 +00:00
23 lines
644 B
Plaintext
23 lines
644 B
Plaintext
# --------------------------------------------------
|
|
# FTP
|
|
# --------------------------------------------------
|
|
FTP_SERVER=ftp.example.com
|
|
FTP_USER=username
|
|
FTP_PASSWORD=password
|
|
FTP_DIR=/
|
|
|
|
# --------------------------------------------------
|
|
# PostgreSQL (Docker)
|
|
# --------------------------------------------------
|
|
PG_USER=netbox
|
|
PG_PASSWORD=netbox
|
|
PG_DB=netbox
|
|
PG_CONTAINER=netbox-postgres
|
|
|
|
# --------------------------------------------------
|
|
# Paths (host-mounted volumes)
|
|
# --------------------------------------------------
|
|
BACKUP_DIR=/opt/netbox/backups
|
|
NETBOX_VOLUME=/opt/netbox/netbox/media
|
|
REPORTS_VOLUME=/opt/netbox/netbox/reports
|