Skip to content

Commit

Permalink
undo accidential made change to start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Jul 14, 2022
1 parent 3182980 commit d6abd82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cp -n src/main/resources/application-development.properties.template src/main/re
docker-compose -f docker-compose.base.yaml -f docker-compose.local.yaml -f docker-compose.kibana.yaml down -v
docker-compose -f docker-compose.base.yaml -f docker-compose.local.yaml -f docker-compose.kibana.yaml pull
docker-compose -f docker-compose.base.yaml -f docker-compose.local.yaml -f docker-compose.kibana.yaml build --no-cache # olahds_search
docker-compose -f docker-compose.base.yaml -f docker-compose.local.yaml -f docker-compose.kibana.yaml up -d olahds_search olahds_redis olahds_indexer olahds_web_notifier olahds_kibana olahds_mongo
docker-compose -f docker-compose.base.yaml -f docker-compose.local.yaml -f docker-compose.kibana.yaml up -d # olahds_search
docker-compose -f docker-compose.base.yaml -f docker-compose.local.yaml -f docker-compose.kibana.yaml logs -f # olahds_search

0 comments on commit d6abd82

Please sign in to comment.