fix(docker): add web network to studio to allow port exposure

This commit is contained in:
syntaxbullet
2026-02-06 13:14:24 +01:00
parent 11c589b01c
commit 0b56486ab2

View File

@@ -92,6 +92,7 @@ services:
- DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@db:5432/${DB_NAME}
networks:
- internal
- web
command: bun run db:studio
healthcheck:
test: [ "CMD", "bun", "-e", "fetch('http://localhost:4983').then(r => process.exit(0)).catch(() => process.exit(1))" ]