Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ services:
# from the nginx reverse proxy. Without this, every node's IP shows as
# the nginx container's internal Docker IP instead of the real client.
- SERVICE_TRUSTED_PROXIES=172.16.0.0/12
#### osquery settings ####
- OSQUERY_ACCELERATED=true
networks:
- osctrl-dev-backend
ports:
Expand Down Expand Up @@ -153,6 +155,7 @@ services:
- SERVICE_POSTURE_ENABLED=true
#### osquery settings ####
- OSQUERY_TABLES=/usr/src/app/deploy/osquery/data/${OSQUERY_VERSION}.json
- OSQUERY_ACCELERATED=true
#### Database settings ####
- DB_HOST=osctrl-postgres
- DB_NAME=${POSTGRES_DB_NAME}
Expand Down
Loading