Skip to content

Commit

Permalink
Deploy v0.43.0 (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Celian GARCIA <[email protected]>
  • Loading branch information
celian-garcia authored Jan 22, 2024
1 parent 3a4bb0f commit 3d2e9f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,8 @@ $RECYCLE.BIN/
/website/content/docs/perses/_index.md
/website/content/docs/prologue/_index.md
/website/static/images
/website/resources/_gen
/website/resources/_gen

# Docker compose config secret (ask maintainers)
secret

5 changes: 4 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ services:
- "traefik.http.routers.website.tls.certresolver=myresolver"

demo:
image: "docker.io/persesdev/perses:main-2023-12-19-6a7acd38-distroless"
image: "docker.io/persesdev/perses:v0.43.0-distroless"
ports:
- "5000:8080"
command: "--config=/etc/perses/config/secret.yaml"
environment:
PERSES_DATABASE_FILE_EXTENSION: "json"
PERSES_SECURITY_ENABLE_AUTH: true
PERSES_SECURITY_AUTHORIZATION_GUEST_PERMISSIONS_0_ACTIONS_0: "read"
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_SECURITY_AUTHENTICATION_PROVIDERS_ENABLE_NATIVE: true
PERSES_PROVISIONING_FOLDERS_0: "/etc/perses/provisioning"
PERSES_IMPORTANT_DASHBOARDS_0_PROJECT: "perses"
PERSES_IMPORTANT_DASHBOARDS_0_DASHBOARD: "NodeExporterFull"
Expand All @@ -37,6 +39,7 @@ services:
dashboards, or create your own ones!
volumes:
- ./provisioning:/etc/perses/provisioning
- ./secret:/etc/perses/config
restart: unless-stopped
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit 3d2e9f6

Please sign in to comment.