mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
334 B
12 lines
334 B
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: homeassistant/home-assistant:2021.7.4@sha256:ba02887fcde92e57a08e3376479e24cddb62a4198a8f3ff0a6f77f426ecc33da
|
|
ports:
|
|
- "${APP_HOME_ASSISTANT_PORT}:8123"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
networks:
|
|
default:
|
|
ipv4_address: $APP_HOME_ASSISTANT_IP
|
|
|