expose homeassistant on macvlan + publish HA and forgejo HTTP ports

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
padriano 2026-06-04 14:24:34 +01:00
parent a0272c2c10
commit c2279a5785

View file

@ -18,8 +18,12 @@ services:
image: homeassistant/home-assistant:2024.5.4
container_name: homeassistant
restart: unless-stopped
ports:
- "8123:8123"
networks:
- internal
internal:
macvlan_lan:
ipv4_address: 192.168.1.246
depends_on:
- duckdns
environment:
@ -39,6 +43,7 @@ services:
hostname: forgejo
restart: unless-stopped
ports:
- "3000:3000"
- "2222:22"
networks:
- internal