webarena_env_deploy/04_docker_start_containers.sh
2025-04-27 09:56:14 +08:00

21 lines
398 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# stop if any error occur
set -e
docker start gitlab
docker start shopping
docker start shopping_admin
docker start forum
# docker start kiwix33
# docker start wikipedia
# cd openstreetmap-website/
# docker compose start
# 尤其是等gitlab这个服务启动很慢要5分钟以上
echo -n -e "Waiting 300 seconds for all services to start..."
sleep 300
echo -n -e " done\n"