# This file contains overrides to docker-compose-dev.yml and should # only be used in combination with that file. services: synapse: # Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates. # develop (not latest) is required for application service C-S/S-S proxying # (MSC4512) and membership look-ups (MSC4502), which are not in a stable # release yet. image: ghcr.io/element-hq/synapse:develop@sha256:337921fd22be310d453344b2265f6c9942315446595df3cf81866f71ca2055a7 volumes: - ./backend/playwright_homeserver.yaml:/data/cfg/homeserver.yaml:Z synapse-1: # Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates. # develop (not latest) is required for application service C-S/S-S proxying # (MSC4512) and membership look-ups (MSC4502), which are not in a stable # release yet. image: ghcr.io/element-hq/synapse:develop@sha256:337921fd22be310d453344b2265f6c9942315446595df3cf81866f71ca2055a7 volumes: - ./backend/playwright_homeserver-othersite.yaml:/data/cfg/homeserver.yaml:Z element-web: # Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates. image: ghcr.io/element-hq/element-web:develop@sha256:4ab71063d4c4029e574a9eb8f6e20f1ed52dc8d019ac14e3d1bf7f8d31376e9c element-web-1: # Pin to a SHA so that upstream cannot break our tests. Renovate handles regular updates. image: ghcr.io/element-hq/element-web:develop@sha256:4ab71063d4c4029e574a9eb8f6e20f1ed52dc8d019ac14e3d1bf7f8d31376e9c