Compare commits

..

No commits in common. "dee54dbbdf02601d50b7297e412b96867610c8a4" and "4a060879cf675d6c7ef663049be7cebeac87de8e" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: gitea/gitea:1.21.5-rootless
image: gitea/gitea:1.20.5-rootless
depends_on:
- db
expose:
@ -33,7 +33,7 @@ services:
- "traefik.http.routers.gitea.rule=Host(`${CN}`)"
db:
image: postgres:13.14-alpine
image: postgres:13.11-alpine
env_file: ./secrets/db.secrets
restart: unless-stopped
volumes:

View File

@ -33,7 +33,7 @@ services:
- "traefik.http.routers.synapse.rule=Host(`${SYNAPSE_CN}`)"
db:
image: postgres:13.14-alpine
image: postgres:13.11-alpine
env_file: ./secrets/db.secrets
environment:
- LC_COLLATE=C