Skip to content

Commit

Permalink
Shared harness and harness-cli /data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaior authored Nov 12, 2019
1 parent 5bd97ae commit 06332c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ services:
PATH: "$PATH:/harness-cli/harness-cli"
HARNESS_SERVER_ADDRESS: harness
volumes:
- ${CLI_DATA}:/data
- ${CLI_DATA}:/harness-cli-data

watchtower:
restart: always
image: v2tec/watchtower
Expand Down

1 comment on commit 06332c9

@pferrel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DioniPinho @tmaior let's map both harness and harness-cli to /data inside the containers. The same location on the host should be mapped to both containers /data.

This will make them share bash auto-complete and paths to things used in the CLI but interpreted by harness.

Please sign in to comment.