Joywork/docker/docker-init

18 lines
473 B
Plaintext
Raw Normal View History

2026-05-22 20:21:54 +02:00
#!/bin/bash
printf "\n"
printf "Docker Helper"
printf "\n"
printf "\n"
exec cd . && docker-compose --project-name joywork build
exec cd . && docker-compose --project-name joywork up
exec cd . && docker run -d BigSphinx indexer --all -c /opt/sphinx/conf/sphinx.conf --rotate
exec cd . && docker run -d BigSphinx indexer --all -c /opt/sphinx/conf/sphinx_delta.conf --rotate
exec cd . && docker run -d SmallSphinx indexer --all -c /opt/sphinx/conf/sphinx.conf --rotate