fix: disable restart on migrate service
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
migrate:
|
||||
build: .
|
||||
restart: "no"
|
||||
command: ["deno", "task", "migrate"]
|
||||
volumes:
|
||||
- ${DATA_VOLUME:-data}:/data
|
||||
|
||||
Reference in New Issue
Block a user