Compare commits

..

2 Commits

Author SHA1 Message Date
b75e78f19b add nginx-proxy-manager 2025-05-09 13:52:21 +02:00
90b82537f1 add homeassistant compose 2025-05-09 13:51:03 +02:00
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /opt/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host

View File

@ -0,0 +1,11 @@
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port
volumes:
- /home/pim/nginx/data:/data
- /home/pim/nginx/letsencrypt:/etc/letsencrypt