@@ -21,8 +21,8 @@ param_volumes:
21
21
- { vol_path: "/config", vol_host_path: "<path to data on host>", desc: "config directory volume mapping" }
22
22
param_usage_include_env : true
23
23
param_env_vars :
24
- - { env_var: "SUPERUSER_EMAIL", env_value: "<SUPERUSER_EMAIL>", desc: "Username for admin account" }
25
- - { env_var: "SUPERUSER_PASSWORD", env_value: "<SUPERUSER_PASSWORD>", desc: "Password for admin account" }
24
+ - { env_var: "SUPERUSER_EMAIL", env_value: "<SUPERUSER_EMAIL>", desc: "Email address for ` admin` account" }
25
+ - { env_var: "SUPERUSER_PASSWORD", env_value: "<SUPERUSER_PASSWORD>", desc: "Password for ` admin` account" }
26
26
- { env_var: "ALLOWED_HOST", env_value: "<ALLOWED_HOST>", desc: "The hostname you will use to access the app (i.e., netbox.example.com)" }
27
27
- { env_var: "BASE_PATH", env_value: "<BASE_PATH>", desc: "The path you will use to access the app (i.e., /netbox, optional, default: none)" }
28
28
- { env_var: "DB_NAME", env_value: "<DB_NAME>", desc: "Database name (optional, default: netbox)" }
@@ -48,6 +48,8 @@ param_ports:
48
48
# application setup block
49
49
app_setup_block_enabled : true
50
50
app_setup_block : |
51
+ Netbox requires a postgres database.
52
+
51
53
Access the WebUI at <your-ip>:8000. For more information, check out [NetBox](https://github.com/netbox-community/netbox).
52
54
53
55
# changelog
0 commit comments