smart home/iobroker/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 18:24:39 +01:00
parent f26d7e6ef5
commit 52f41c1249

View File

@@ -0,0 +1,24 @@
services:
iobroker:
image: buanet/iobroker:latest
container_name: iobroker
ports:
- "8081:8081"
volumes:
- opt:/opt/iobroker
restart: always
#detach: true
networks:
- iobroker_net
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081"]
interval: 30s
timeout: 10s
retries: 3
start_period: 30s
networks:
iobroker_net:
driver: bridge
volumes:
opt: