Pin gitea_postgres to v13
Some checks failed
SSH and echo to file / ssh (push) Failing after 5s

This commit is contained in:
Joey Hafner 2024-09-10 12:44:37 -07:00
parent 5157f19940
commit de10ef3ac5
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ services:
- traefik.http.services.gitea.loadbalancer.server.port=3000
postgres:
image: postgres:latest
image: postgres:13
container_name: gitea_postgres
networks:
- gitea