mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
release
This commit is contained in:
parent
fc4bf1c6de
commit
4e358e6406
@ -1,4 +1,4 @@
|
|||||||
# modify time: 202402291259, you can modify here to trigger Docker Build action
|
# modify time: 202403061259, you can modify here to trigger Docker Build action
|
||||||
# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
|
# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
|
||||||
FROM gitea/gitea:1.20.4
|
FROM gitea/gitea:1.20.4
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ admin_email="admin@mydomain.com"
|
|||||||
|
|
||||||
while [ "$response" != "200" ]; do
|
while [ "$response" != "200" ]; do
|
||||||
sleep 3
|
sleep 3
|
||||||
response=$(curl -s -o /dev/null -w "%{http_code}" localhost:3000)
|
response=$(curl -s -o /dev/null -w "%{http_code}" localhost:3000 || echo "Service not available")
|
||||||
if [ "$response" = "200" ]; then
|
if [ "$response" = "200" ]; then
|
||||||
echo "gitea is runing"
|
echo "gitea is runing"
|
||||||
break
|
break
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.45",
|
"version": "0.8.46",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.0.9",
|
"portainer": "0.0.9",
|
||||||
"nginx": "0.0.7",
|
"nginx": "0.0.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user