Skip to content

Commit

Permalink
increase provisioning period duration
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Apr 25, 2024
1 parent d2dd6c8 commit e63dfa4
Showing 1 changed file 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 @@ -6,7 +6,7 @@ services:
command: hugo server --watch --bind=0.0.0.0 --disableLiveReload=true --minify -environment production --baseURL https://perses.dev --appendPort=false
restart: unless-stopped
ports:
- 1313:1313
- "1313:1313"
volumes:
- ./website:/src
labels:
Expand All @@ -29,6 +29,7 @@ services:
PERSES_SECURITY_AUTHORIZATION_GUEST_PERMISSIONS_1_ACTIONS_0: "create"
PERSES_SECURITY_AUTHORIZATION_GUEST_PERMISSIONS_1_SCOPES_0: "Project"
PERSES_SECURITY_AUTHENTICATION_PROVIDERS_ENABLE_NATIVE: true
PERSES_PROVISIONING_INTERVAL: "12h"
PERSES_PROVISIONING_FOLDERS_0: "/etc/perses/provisioning"
PERSES_IMPORTANT_DASHBOARDS_0_PROJECT: "perses"
PERSES_IMPORTANT_DASHBOARDS_0_DASHBOARD: "NodeExporterFull"
Expand Down

0 comments on commit e63dfa4

Please sign in to comment.