Compare commits

...

2 Commits

Author SHA1 Message Date
f5ee001ccc fix: Allow access to network for GitHub mirroring 2026-01-06 10:09:16 +01:00
ba5726eaf9 chore: Update PostgreSQL 2026-01-06 10:08:17 +01:00

View File

@@ -8,7 +8,7 @@ networks:
services:
db:
image: postgres:9.6
image: postgres:13.2-alpine
restart: always
environment:
- POSTGRES_PORT=${POSTGRES_PORT}
@@ -39,6 +39,8 @@ services:
networks:
- gitea
- proxy_home
# To enable GitHub mirroring
- default
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro