diff --git a/compose.yaml b/compose.yaml index fbd18f5..13794fd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,6 +2,13 @@ version: '3' services: + nginx: + image: "nginx:1.22.0" + restart: "always" + volumes: + - /opt/02_messaging/nginx:/etc/nginx/conf.d + + synapse: image: docker.io/matrixdotorg/synapse:v1.63.0 restart: unless-stopped