Skip to content

Commit

Permalink
Home assistant (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm authored Dec 25, 2024
1 parent 5633664 commit 86974ed
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docker-compose.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:
volumes:
- config:/config
- localtime:/etc/localtime:ro
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
restart: unless-stopped
privileged: true
network_mode: host
Expand All @@ -23,6 +27,8 @@ services:
- common.env
- .env
privileged: true
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
io.balena.features.kernel-modules: "1"
Expand Down
7 changes: 6 additions & 1 deletion docker-compose.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:
volumes:
- config:/config
- localtime:/etc/localtime:ro
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
restart: unless-stopped
privileged: true
network_mode: host
Expand All @@ -23,6 +27,8 @@ services:
- common.env
- .env
privileged: true
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
io.balena.features.kernel-modules: "1"
Expand All @@ -43,7 +49,6 @@ services:
MYSQL_PASSWORD: "P4ssb0lt"
volumes:
- database_volume:/var/lib/mysql

passbolt:
image: passbolt/passbolt:latest-ce
#Alternatively you can use rootless:
Expand Down
8 changes: 6 additions & 2 deletions docker-compose.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ services:
volumes:
- config:/config
- localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
restart: unless-stopped
privileged: true
network_mode: host
Expand All @@ -25,6 +28,8 @@ services:
- common.env
- .env
privileged: true
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
io.balena.features.kernel-modules: "1"
Expand All @@ -45,7 +50,6 @@ services:
MYSQL_PASSWORD: "P4ssb0lt"
volumes:
- database_volume:/var/lib/mysql

passbolt:
image: passbolt/passbolt:latest-ce
#Alternatively you can use rootless:
Expand Down
7 changes: 6 additions & 1 deletion docker-compose.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:
volumes:
- config:/config
- localtime:/etc/localtime:ro
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
restart: unless-stopped
privileged: true
network_mode: host
Expand All @@ -23,6 +27,8 @@ services:
- common.env
- .env
privileged: true
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
io.balena.features.kernel-modules: "1"
Expand All @@ -43,7 +49,6 @@ services:
MYSQL_PASSWORD: "P4ssb0lt"
volumes:
- database_volume:/var/lib/mysql

passbolt:
image: passbolt/passbolt:latest-ce
#Alternatively you can use rootless:
Expand Down
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:
volumes:
- config:/config
- localtime:/etc/localtime:ro
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
restart: unless-stopped
privileged: true
network_mode: host
Expand All @@ -23,6 +27,8 @@ services:
- common.env
- .env
privileged: true
environment:
- 'DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket'
labels:
io.balena.features.dbus: "1"
io.balena.features.kernel-modules: "1"
Expand All @@ -43,7 +49,6 @@ services:
MYSQL_PASSWORD: "P4ssb0lt"
volumes:
- database_volume:/var/lib/mysql

passbolt:
image: passbolt/passbolt:latest-ce
#Alternatively you can use rootless:
Expand Down

0 comments on commit 86974ed

Please sign in to comment.