30 lines
742 B
INI
30 lines
742 B
INI
[Container]
|
|
Image=gitea.iot.cudanet.org/administrator/quadlets/homebridge:2026-06-05
|
|
ContainerName=homebridge
|
|
Network=host
|
|
Memory=2048M
|
|
|
|
# Environment variables
|
|
Environment=TZ=America/Phoenix
|
|
Environment=PGID=1000
|
|
Environment=PUID=1000
|
|
|
|
# Volume mapping
|
|
Volume=/var/podman/homebridge:/homebridge:Z
|
|
|
|
# Add this to help with internal resolution if needed
|
|
AddHost=host.containers.internal:host-gateway
|
|
|
|
# Port mappings restricted to the specific IP
|
|
# Format: IP:HostPort:ContainerPort
|
|
# PublishPort=192.168.112.200:8581:8581
|
|
# PublishPort=192.168.112.200:51826:51826
|
|
|
|
[Service]
|
|
# Restart policy
|
|
Restart=always
|
|
|
|
[Install]
|
|
# This tells systemd to start the container when the OS reaches normal boot state
|
|
WantedBy=multi-user.target default.target
|