fix: add migrator container name to docker compose
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
migrator:
|
migrator:
|
||||||
image: ghcr.io/kanbn/kan-migrate:latest
|
image: ghcr.io/kanbn/kan-migrate:latest
|
||||||
container_name: ${CONTAINER_NAME:-kan-migrate}
|
container_name: ${MIGRATOR_CONTAINER_NAME:-kan-migrate}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./apps/web/Dockerfile
|
dockerfile: ./apps/web/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user