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 e047d8d commit 9501b42
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
version: "3.7"

networks:
hostnet:
external: true
name: host

networks:
app_net:
ipam:
driver: bridge
config:
- subnet: "172.16.238.0/24"
services:

sc4s:
networks:
hostnet: {}
app_net: {}
build:
context: ../package
container_name: sc4s
Expand Down Expand Up @@ -55,7 +57,7 @@ services:
- ./tls:/opt/syslog-ng/tls
splunk:
networks:
hostnet: {}
app_net: {}
build:
context: ../splunk

Expand Down

0 comments on commit 9501b42

Please sign in to comment.