Add postgres to infra network

Postgres serves both infra (gitea) and atproto services.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
primal
2026-02-02 20:37:17 -05:00
parent 48615a3a48
commit 787ce5c2b5
+3
View File
@@ -13,6 +13,7 @@ services:
- pgdata:/var/lib/postgresql/data
- ./init:/docker-entrypoint-initdb.d:ro
networks:
- infra
- atproto
# Port exposed for local debugging (using 5433 to avoid conflict with local postgres)
ports:
@@ -33,6 +34,8 @@ volumes:
pgdata:
networks:
infra:
external: true
atproto:
name: atproto
driver: bridge