Added nextcloud and immich

This commit is contained in:
2024-10-23 10:12:13 +02:00
parent 4eefcd1933
commit 74b0efc9ee
10 changed files with 168 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ services:
- /etc/localtime:/etc/localtime:ro
environment:
FORGEJO__database__DB_TYPE: postgres
FORGEJO__database__HOST: "db:5432"
FORGEJO__database__HOST: "forgejo-db"
FORGEJO__database__NAME: forgejo
FORGEJO__database__USER: forgejo
FORGEJO__database__PASSWD: ${DB_PASSWORD}