Skip to content

Commit

Permalink
Vuln-dash: Update sails app configuration in docker-compose.yml (#19686)
Browse files Browse the repository at this point in the history
Changes:
- Updated the vulnerability dashboard configuration for the dockerized
version to make sure it uses the `safe` migration strategy
  • Loading branch information
eashaw authored Jun 12, 2024
1 parent 3044eb9 commit bad0a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ee/vulnerability-dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
sails_datastores__default__adapter: sails-postgresql
sails_sockets__url: redis://redis:6379
sails_session__url: redis://redis:6379
sails_models__migrate: safe
sails_custom__fleetBaseUrl: '' #Add the base url of your Fleet instance: ex: https://fleet.example.com
sails_custom__fleetApiToken: '' # Add the API token of an API-only user [?] Here's how you get one: https://fleetdm.com/docs/using-fleet/fleetctl-cli#get-the-api-token-of-an-api-only-user
sails_custom__fleetApiOptionalCookie: '' # If your fleet instance requires optional cookies, use this to interact with the APIs
Expand Down

0 comments on commit bad0a8c

Please sign in to comment.