mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-07-01 11:09:18 +00:00
N-FIN-78: replace npm with bun
This commit is contained in:
parent
1aa3ed85c5
commit
021bfcc65d
5 changed files with 12 additions and 7824 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
command: npx prisma migrate deploy
|
||||
command: bunx prisma migrate deploy
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
networks:
|
||||
|
@ -42,7 +42,7 @@ services:
|
|||
depends_on:
|
||||
app-migrations:
|
||||
condition: service_completed_successfully
|
||||
command: npx prisma studio
|
||||
command: bunx prisma studio
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue