Matrix: Python 3.11
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Manske 2023-02-13 04:47:28 +01:00
parent 63bac26ebf
commit 7d26d9f929
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A

View File

@ -20,7 +20,7 @@ services:
- ./synapse-config:/config:ro,Z
- ./mautrix-telegram/registration.yaml:/data/reg-mautrix-tg.yaml:ro,Z
- ./mautrix-slack/registration.yaml:/data/reg-mautrix-slack.yaml:ro,Z
- ./shared_secret_authenticator.py:/usr/local/lib/python3.9/site-packages/shared_secret_authenticator.py:ro,Z
- ./shared_secret_authenticator.py:/usr/local/lib/python3.11/site-packages/shared_secret_authenticator.py:ro,Z
depends_on:
- db
- redis