stream-deploy/docker
孙小云 62e3f3e391 first commit 2025-12-05 14:14:47 +08:00
..
media first commit 2025-12-05 14:14:47 +08:00
mysql first commit 2025-12-05 14:14:47 +08:00
nginx first commit 2025-12-05 14:14:47 +08:00
redis first commit 2025-12-05 14:14:47 +08:00
wvp first commit 2025-12-05 14:14:47 +08:00
.env first commit 2025-12-05 14:14:47 +08:00
README.md first commit 2025-12-05 14:14:47 +08:00
build.sh first commit 2025-12-05 14:14:47 +08:00
docker-compose.yml first commit 2025-12-05 14:14:47 +08:00
docker-upgrade.sh first commit 2025-12-05 14:14:47 +08:00
push.sh first commit 2025-12-05 14:14:47 +08:00

README.md

可以在当前目录下: 使用docker compose up -d直接运行。 使用docker compose up -d -build -force-recreate强制重新构建所有服务的镜像并删除旧容器重新运行

.env用来配置环境变量,在这里配好之后,其它的配置会自动联动的。

build.sh用来以日期为tag构建镜像推送到指定的容器注册表内Windows下可以使用Git Bash运行)

其它的文件的作用暂不明确