Skip to content

Commit

Permalink
Merge pull request #349 from bnevis-i/kuiper-unnamed-volumes
Browse files Browse the repository at this point in the history
fix: Eliminate unnamed Kuiper volumes
  • Loading branch information
Lenny Goodell authored Mar 13, 2023
2 parents 57583c8 + 9b5bde4 commit b680781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compose-builder/docker-compose-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ volumes:
consul-config:
consul-data:
kuiper-data:
kuiper-etc:
kuiper-log:
kuiper-plugins:

services:
consul:
Expand Down Expand Up @@ -230,6 +233,9 @@ services:
- edgex-network
volumes:
- kuiper-data:/kuiper/data
- kuiper-etc:/kuiper/etc
- kuiper-log:/kuiper/log
- kuiper-plugins:/kuiper/plugins
environment:
# KUIPER__BASIC__DEBUG: "true"
KUIPER__BASIC__CONSOLELOG: "true"
Expand Down

0 comments on commit b680781

Please sign in to comment.