fix: add web network to studio for port publishing

This commit is contained in:
syntaxbullet
2026-01-08 18:17:27 +01:00
parent 5df1396b3f
commit cf4f180124

View File

@@ -84,6 +84,7 @@ services:
condition: service_healthy
networks:
- internal
- web
command: [ "bun", "x", "drizzle-kit", "studio", "--port", "4983", "--host", "0.0.0.0" ]
networks: