1 Commits

Author SHA1 Message Date
Renovate Bot
ad713f6dda Update stonith404/pingvin-share Docker tag to v1.10.3 2025-03-11 00:01:53 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
services: services:
gitea: gitea:
container_name: gitea container_name: gitea
image: gitea/gitea:1.23.5-rootless image: gitea/gitea:1.23.4-rootless
restart: always restart: always
volumes: volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea - ${GITEA_DATA_LOCATION}:/var/lib/gitea

View File

@@ -1,6 +1,6 @@
services: services:
pingvin: pingvin:
image: stonith404/pingvin-share:v1.10.4 image: stonith404/pingvin-share:v1.10.3
restart: unless-stopped restart: unless-stopped
ports: ports:
- 3042:3000 - 3042:3000

View File

@@ -1,6 +1,6 @@
services: services:
pocket-id: pocket-id:
image: ghcr.io/pocket-id/pocket-id:v0.40.1 image: ghcr.io/pocket-id/pocket-id:v0.35.4
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
ports: ports:

View File

@@ -31,7 +31,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C' POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
synapse: synapse:
image: matrixdotorg/synapse:v1.126.0 image: matrixdotorg/synapse:v1.125.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data