mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-05-03 04:44:32 +02:00
Updated YAML formatting to fix linter
This commit is contained in:
parent
2c26000304
commit
b81d4fba64
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -6,7 +6,7 @@ contact_links:
|
|||||||
|
|
||||||
- name: Chat
|
- name: Chat
|
||||||
url: https://join.slack.com/t/netdev-community/shared_invite/zt-mtts8g0n-Sm6Wutn62q_M4OdsaIycrQ
|
url: https://join.slack.com/t/netdev-community/shared_invite/zt-mtts8g0n-Sm6Wutn62q_M4OdsaIycrQ
|
||||||
about: 'Usually the quickest way to seek help with small issues is to join our #netbox-docker Slack channel.'
|
about: "Usually the quickest way to seek help with small issues is to join our #netbox-docker Slack channel."
|
||||||
|
|
||||||
- name: Community Wiki
|
- name: Community Wiki
|
||||||
url: https://github.com/netbox-community/netbox-docker/wiki
|
url: https://github.com/netbox-community/netbox-docker/wiki
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -57,7 +57,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: discussion
|
id: discussion
|
||||||
attributes:
|
attributes:
|
||||||
label: 'Discussion: Benefits and Drawbacks'
|
label: "Discussion: Benefits and Drawbacks"
|
||||||
description: |
|
description: |
|
||||||
Please make your case here:
|
Please make your case here:
|
||||||
- Why do you think this project and the community will benefit from your suggestion?
|
- Why do you think this project and the community will benefit from your suggestion?
|
||||||
|
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@ -80,6 +80,6 @@ into the release notes.
|
|||||||
Please put an x into the brackets (like `[x]`) if you've completed that task.
|
Please put an x into the brackets (like `[x]`) if you've completed that task.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
* [ ] I have read the comments and followed the PR template.
|
- [ ] I have read the comments and followed the PR template.
|
||||||
* [ ] I have explained my PR according to the information in the comments.
|
- [ ] I have explained my PR according to the information in the comments.
|
||||||
* [ ] My PR targets the `develop` branch.
|
- [ ] My PR targets the `develop` branch.
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 5 * * *'
|
- cron: "45 5 * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -6,7 +6,7 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
- redis-cache
|
- redis-cache
|
||||||
env_file: env/netbox.env
|
env_file: env/netbox.env
|
||||||
user: 'unit:root'
|
user: "unit:root"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:8080/login/ || exit 1
|
test: curl -f http://localhost:8080/login/ || exit 1
|
||||||
start_period: 90s
|
start_period: 90s
|
||||||
@ -65,7 +65,7 @@ services:
|
|||||||
- -c # this is to evaluate the $REDIS_PASSWORD from the env
|
- -c # this is to evaluate the $REDIS_PASSWORD from the env
|
||||||
- valkey-server --appendonly yes --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
|
- valkey-server --appendonly yes --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
|
||||||
healthcheck: &redis-healthcheck
|
healthcheck: &redis-healthcheck
|
||||||
test: "[ $$(valkey-cli --pass \"$${REDIS_PASSWORD}\" ping) = 'PONG' ]"
|
test: '[ $$(valkey-cli --pass "$${REDIS_PASSWORD}" ping) = ''PONG'' ]'
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
Loading…
Reference in New Issue
Block a user