diff --git a/blueprints/glances/docker-compose.yml b/blueprints/glances/docker-compose.yml index 84d88cdd..9d6e2a73 100644 --- a/blueprints/glances/docker-compose.yml +++ b/blueprints/glances/docker-compose.yml @@ -10,9 +10,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock:ro - glances-data:/glances/exports environment: - GLANCES_OPT: "-w --password" - GLANCES_USERNAME: "${GLANCES_USERNAME:-admin}" - GLANCES_PASSWORD: "${GLANCES_PASSWORD}" + GLANCES_OPT: "-w" volumes: glances-data: diff --git a/blueprints/glances/template.toml b/blueprints/glances/template.toml index 65862bfb..5635aaed 100644 --- a/blueprints/glances/template.toml +++ b/blueprints/glances/template.toml @@ -2,7 +2,7 @@ main_domain = "${domain}" [config] -env = { GLANCES_PASSWORD = "" } +env = {} mounts = [] [[config.domains]]