Skip to content

Commit

Permalink
dev splunk compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrade committed Oct 9, 2020
1 parent ec7a152 commit e6acd30
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker/dev_splunk-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# DEV NOT FOR PROD EVER
version: "3"

services:
dev-splunk:
image: splunk:latest
container_name: dev-splunk
environment:
- SPLUNK_START_ARGS=--accept-license
- SPLUNK_HEC_TOKEN=abcd1234pleasechangemedawg!
- SPLUNK_PASSWORD
ports:
- 127.0.0.1:8000:8000

0 comments on commit e6acd30

Please sign in to comment.