Skip to content

docker_prefix for co-dockerized APIs#5

Open
erondeleux wants to merge 1 commit intomasterfrom
2111/prefix_co_dockerized_apis
Open

docker_prefix for co-dockerized APIs#5
erondeleux wants to merge 1 commit intomasterfrom
2111/prefix_co_dockerized_apis

Conversation

@erondeleux
Copy link
Contributor

No description provided.

@erondeleux erondeleux requested a review from jaesivsm November 25, 2021 15:20
docker_prefix = ''
if 'docker_prefix' in _DEFAULTS:
docker_prefix = _DEFAULTS.get('docker_prefix')
if docker_prefix[-1] != '/':
Copy link
Member

Choose a reason for hiding this comment

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

why '/' ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We want to prefix for exampla monitoring/heartbeat with doom/monitoring/heartbeat
Could be '.', but dots are replaced by '/' farther in the code, so...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants