13 lines
371 B
YAML
13 lines
371 B
YAML
##########
|
|
# Netbox #
|
|
##########
|
|
container_netbox_postgres_version: 16
|
|
container_netbox_postgres_db: netbox
|
|
container_netbox_postgres_user: netbox
|
|
container_netbox_postgres_password: random_password_here
|
|
|
|
container_netbox_redis_version: 7
|
|
|
|
container_netbox_version: latest
|
|
container_netbox_secret_key: "random_secret_key_here"
|
|
container_netbox_domain: netbox.example.com
|