forked from syntaxbullet/AuroraBot-discord
chore: attempt fixing drizzle studio
This commit is contained in:
@@ -84,7 +84,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
command: bun run db:studio
|
command: bun x drizzle-kit studio --port 4983 --host 0.0.0.0
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
internal:
|
internal:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"db:push": "docker compose run --rm app drizzle-kit push",
|
"db:push": "docker compose run --rm app drizzle-kit push",
|
||||||
"db:push:local": "drizzle-kit push",
|
"db:push:local": "drizzle-kit push",
|
||||||
"dev": "bun --watch bot/index.ts",
|
"dev": "bun --watch bot/index.ts",
|
||||||
"db:studio": "drizzle-kit studio --host 0.0.0.0",
|
"db:studio": "drizzle-kit studio --port 4983 --host 0.0.0.0",
|
||||||
"studio:remote": "bash shared/scripts/remote-studio.sh",
|
"studio:remote": "bash shared/scripts/remote-studio.sh",
|
||||||
"dashboard:remote": "bash shared/scripts/remote-dashboard.sh",
|
"dashboard:remote": "bash shared/scripts/remote-dashboard.sh",
|
||||||
"remote": "bash shared/scripts/remote.sh",
|
"remote": "bash shared/scripts/remote.sh",
|
||||||
|
|||||||
Reference in New Issue
Block a user