services:
homeassistant-1:
image: ghcr.io/home-assistant/home-assistant:2025.3.3
container_name: homeassistant-1
restart: unless-stopped
networks:
- tipi_main_network
environment:
TZ: ${TZ}
ports:
- ${APP_PORT}:8123
volumes:
- /etc/localtime:/etc/localtime:ro
- ${APP_DATA_DIR}/data/config:/config
...
services:
homeassistant-1:
image: ghcr.io/home-assistant/home-assistant:2025.3.3
container_name: homeassistant-1
restart: unless-stopped
networks:
- tipi_main_network
environment:
TZ: ${TZ}
ports:
- ${APP_PORT}:8123
volumes:
- /etc/localtime:/etc/localtime:ro
- ${APP_DATA_DIR}/data/config:/config
...