Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 4, 2020
1 parent 1094ea3 commit c0a9ae3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
version: "3.7"
services:
test:
build: .

links:
- splunk
- sc4s
environment:
- SPLUNK_USER=admin
- SPLUNK_PASSWORD=${SPLUNK_PASSWORD}
- SPLUNK_HOST=splunk
- SYSLOG_HOST=sc4s

sc4s:
build:
Expand All @@ -39,7 +28,7 @@ services:
- splunk
environment:
- SPLUNK_HEC_URL=https://splunk:8088
- SPLUNK_HEC_TOKEN=${SPLUNK_HEC_TOKEN}
- SPLUNK_HEC_TOKEN=a778f63a-5dff-4e3c-a72c-a03183659e94
- SC4S_SOURCE_TLS_ENABLE=no
- SC4S_DEST_SPLUNK_HEC_TLS_VERIFY=no
# - SC4S_LISTEN_DEFAULT_TCP_PORT=514
Expand Down

0 comments on commit c0a9ae3

Please sign in to comment.