Update backend network

This commit is contained in:
2026-05-14 19:36:55 +03:00
parent ac8364a11a
commit 5b0e798d37

View File

@@ -19,7 +19,7 @@ services:
volumes:
- pgdata:/var/lib/postgresql
networks:
- db
- backend
volumes:
pgdata:
name: pgdata
@@ -29,6 +29,6 @@ secrets:
POSTGRES_PASS:
file: ./.secrets/POSTGRES_PASS
networks:
db:
backend:
external:
true