Feat: updated config to use nginx instead of nginx proxy manager

This commit is contained in:
CoolnsX
2025-08-20 23:55:52 +05:30
parent ce1c255957
commit 79a00d6fe0
7 changed files with 16 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
[Unit]
Description=Synapse Container
Requires=nginx-proxy.service synapse_db.service
After=nginx-proxy.service synapse_db.service
Requires=synapse_db.service
After=synapse_db.service
[Container]
Pod=nginx-proxy.pod
Pod=matrix.pod
ContainerName=synapse
Image=docker.io/matrixdotorg/synapse:latest
@@ -23,7 +23,6 @@ Environment=GID=0
Environment=TZ=${TZ}
Volume=%h/podman/matrix/synapse:/data
Volume=%h/podman/matrix/.socket:/tmp/matrix
[Service]
# pass this to autofill above variables