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 5, 2020
1 parent 1b2dc0f commit 90f7115
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
version: "3.7"
services:
networks:
new:

sc4s:
build:
context: ../package
networks:
new:
aliases:
- sc4s
container_name: sc4s
#When this is enabled test_common will fail
# command: -det
ports:
Expand Down Expand Up @@ -54,10 +49,11 @@ services:
build:
context: ../splunk

container_name: splunk
networks:
new:
aliases:
- splunk
- database
ports:
- "8000"
- "8088"
Expand All @@ -66,5 +62,7 @@ services:
- SPLUNK_HEC_TOKEN=a778f63a-5dff-4e3c-a72c-a03183659e94
- SPLUNK_PASSWORD=Changed@11
- SPLUNK_START_ARGS=--accept-license
networks:
new:


0 comments on commit 90f7115

Please sign in to comment.