Skip to content

Commit

Permalink
use a local db and the provisioning system (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis authored Dec 8, 2023
1 parent 41dd0f4 commit 649a642
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
PERSES_SECURITY_AUTHORIZATION_GUEST_PERMISSIONS_0_SCOPES_0: "*"
PERSES_SECURITY_AUTHORIZATION_GUEST_PERMISSIONS_1_ACTIONS_0: "create"
PERSES_SECURITY_AUTHORIZATION_GUEST_PERMISSIONS_1_SCOPES_0: "Project"
PERSES_PROVISIONING_FOLDERS_0: "/etc/perses/provisioning"
PERSES_IMPORTANT_DASHBOARDS_0_PROJECT: "perses"
PERSES_IMPORTANT_DASHBOARDS_0_DASHBOARD: "NodeExporterFull"
PERSES_INFORMATION: |-
Expand All @@ -19,7 +20,7 @@ services:
This public demo instance is here to give you of what Perses looks like,
with some example dashboards & more.
volumes:
- ./local_db:/perses
- ./provisioning:/etc/perses/provisioning
restart: unless-stopped
labels:
- "traefik.enable=true"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 649a642

Please sign in to comment.