Pin woodpecker docker images

This commit is contained in:
Henrik Hüttemann 2023-09-01 13:44:49 +02:00
parent afcdf061a6
commit 95fb7dee28
No known key found for this signature in database
GPG Key ID: 9F7BD10E0A8A111E

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
synapse: synapse:
image: docker.io/matrixdotorg/synapse:latest image: docker.io/matrixdotorg/synapse:v1.91.0
# Since synapse does not retry to connect to the database, restart upon # Since synapse does not retry to connect to the database, restart upon
# failure # failure
restart: "no" restart: "no"
@ -43,7 +43,7 @@ services:
synapse-admin: synapse-admin:
container_name: synapse-admin container_name: synapse-admin
hostname: synapse-admin hostname: synapse-admin
image: awesometechnologies/synapse-admin:latest image: awesometechnologies/synapse-admin:0.8.7
ports: ports:
- "8080:80" - "8080:80"
restart: "no" restart: "no"