forked from jmug/stoatchat
fix: mise start + missing docker image (#564)
* fix: mise start + missing docker image Signed-off-by: Damocles078 <hellodamocles078@gmail.com> * fix: bump livekit version Signed-off-by: Damocles <106018783+Damocles078@users.noreply.github.com> --------- Signed-off-by: Damocles078 <hellodamocles078@gmail.com> Signed-off-by: Tom <iamtomahawkx@gmail.com> Signed-off-by: Damocles <106018783+Damocles078@users.noreply.github.com> Co-authored-by: Tom <iamtomahawkx@gmail.com>
This commit is contained in:
@@ -3,3 +3,11 @@
|
||||
set -e
|
||||
|
||||
docker compose up -d
|
||||
|
||||
docker run \
|
||||
--network=${DOCKER_NETWORK_NAME} \
|
||||
--name wait \
|
||||
--rm dokku/wait -c \
|
||||
rabbit:${RABBIT_PORT},\
|
||||
database:${DATABASE_PORT},\
|
||||
redis:${REDIS_PORT}
|
||||
|
||||
Reference in New Issue
Block a user