add Unify, caddyfile

This commit is contained in:
=
2025-05-14 06:53:10 -05:00
parent d3efb8516a
commit 618509c6c8
3 changed files with 31 additions and 9 deletions

16
unify/docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
name: unify
services:
unifi:
init: true
restart: unless-stopped
ports:
- 8780:8080
- 8743:8443
- 3478:3478/udp
environment:
- TZ=Europe/Berlin
volumes:
- ~/unifi:/unifi
user: unifi
container_name: unifi
image: jacobalberty/unifi