Fix migrate service: use entrypoint instead of command

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-04-05 20:54:54 +02:00
parent 909e9b6813
commit 48ff7104da

View File

@@ -15,7 +15,7 @@ services:
migrate: migrate:
build: ./backend build: ./backend
command: ["/migrate"] entrypoint: ["/migrate"]
environment: environment:
DATABASE_URL: postgres://ralph:ralph@postgres:5432/ralph?sslmode=disable DATABASE_URL: postgres://ralph:ralph@postgres:5432/ralph?sslmode=disable
depends_on: depends_on: