Compare commits

..

3 Commits

Author SHA1 Message Date
Aykhan Shahsuvarov
3dda03eee0 add gitea network to main.sh 2025-07-01 21:06:01 +00:00
Aykhan Shahsuvarov
ea305d6b04 bump blinko to v1.1.2 2025-07-01 20:19:31 +00:00
5e67277ab5 bump gitea to 1.24.2 2025-06-21 18:27:55 +00:00
3 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ networks:
services:
blinko-website:
image: blinkospace/blinko:1.1.1
image: blinkospace/blinko:1.1.2
container_name: blinko-website
environment:
NODE_ENV: production

View File

@@ -8,7 +8,7 @@ networks:
services:
server:
image: gitea/gitea:1.24.1
image: gitea/gitea:1.24.2
container_name: gitea
environment:
- USER_UID=${USER_UID}

View File

@@ -72,6 +72,7 @@ generate_env_files() {
start_services() {
docker network create caddy 2>/dev/null
docker network create grafana 2>/dev/null
docker network create gitea 2>/dev/null
echo "Starting prometheus..."
$DOCKER_COMPOSE_COMMAND -f ./prometheus/docker-compose.yml up -d