works enough for now

This commit is contained in:
Benjamin Tayehanpour 2026-06-16 22:47:04 +02:00
commit c04a9a752a
12 changed files with 178 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# config/services.yml
services:
immich:
endpoint: 192.168.10.20:2283
public_port: 443
protocol: tcp
exposure: [nat, dns]
nextcloud:
endpoint: 192.168.10.30:443
public_port: 443
protocol: tcp
exposure: [nat]