Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353 2024-12-12 02:10:03 +00:00
parent d7e92d6f33
commit 6c2e019d74
8 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ services:
env_file: env_file:
- ./envs/global.env - ./envs/global.env
- .env - .env
image: matrixdotorg/synapse:v1.120.2 image: matrixdotorg/synapse:v1.121.1
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
@ -31,7 +31,7 @@ services:
- SYNAPSE_REPORT_STATS=no - SYNAPSE_REPORT_STATS=no
- SYNAPSE_NO_TLS=true - SYNAPSE_NO_TLS=true
- SYNAPSE_HTTP_PORT=8008 - SYNAPSE_HTTP_PORT=8008
image: matrixdotorg/synapse:v1.120.2 image: matrixdotorg/synapse:v1.121.1
networks: networks:
- 1panel-network - 1panel-network
restart: false restart: false