forked from github/plane
10 lines
227 B
Bash
Executable File
10 lines
227 B
Bash
Executable File
#! /bin/bash
|
|
mkdir -p /ext/redis_data /ext/minio_data /ext/pg_data
|
|
|
|
asdf reshim
|
|
|
|
OVERMIND_CAN_DIE=migrator \
|
|
OVERMIND_AUTO_RESTART=api,web,spaces,api-worker,api-beatworker \
|
|
OVERMIND_NO_PORT=1 \
|
|
overmind start -f /etc/Procfile
|