fix: gitea and synapse_db .container file changes

This commit is contained in:
CoolnsX
2026-01-31 11:37:37 +05:30
parent 608913ebaa
commit aa665a8e0b
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ AddCapability=CAP_NET_BIND_SERVICE
Volume=%h/podman/gitea:/data Volume=%h/podman/gitea:/data
Volume=%h/podman/gitea/.socket:/tmp/gitea/ Volume=%h/podman/gitea/.socket:/tmp/gitea/
Volume=/etc/timezone:/etc/timezone:ro
Volume=/etc/localtime:/etc/localtime:ro Volume=/etc/localtime:/etc/localtime:ro
[Service] [Service]

View File

@@ -14,7 +14,7 @@ Environment=POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
Environment=POSTGRES_USER=${POSTGRES_USER} Environment=POSTGRES_USER=${POSTGRES_USER}
Environment=POSTGRES_INITDB_ARGS='--encoding=UTF-8 --lc-collate=C --lc-ctype=C' Environment=POSTGRES_INITDB_ARGS='--encoding=UTF-8 --lc-collate=C --lc-ctype=C'
Volume=%h/podman/matrix/database:/var/lib/postgresql/data Volume=%h/podman/matrix/database:/var/lib/postgresql
[Service] [Service]
# pass this to autofill above variables # pass this to autofill above variables