Add `init: false` to addon configs (#61)

This commit is contained in:
Jesse Hills 2022-11-10 20:53:40 +13:00 committed by GitHub
parent 8a7ab14879
commit 9192b13c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@ host_network: true
image: ghcr.io/esphome/esphome-hassio-{arch}
ingress: true
ingress_port: 0
init: false
map:
- ssl:ro
- config:rw

View File

@ -12,6 +12,7 @@ hassio_api: true
host_network: true
ingress: true
ingress_port: 0
init: false
map:
- ssl:ro
- config:rw

View File

@ -12,6 +12,7 @@ host_network: true
image: ghcr.io/esphome/esphome-hassio-{arch}
ingress: true
ingress_port: 0
init: false
map:
- ssl:ro
- config:rw

View File

@ -36,6 +36,8 @@ base: &base
status_use_ping: bool?
backup_exclude:
- "*/*/"
# Disable docker init for s6
init: false
esphome-dev:
<<: *base