From 9cce7d15f80f3401ae595d4f491876ffe47abd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kenny=20=C3=85kerup?= Date: Mon, 19 Jan 2026 15:06:42 +0100 Subject: [PATCH] V1 of containers ending. 2.0 Release for demo of projekt fully containerized. --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index efd3437..f570a08 100644 --- a/compose.yaml +++ b/compose.yaml @@ -12,7 +12,7 @@ networks: services: database: - image: kenzan00/vteam-database:1.2.3 + image: kenzan00/vteam-database:2.0 ports: - "3306:3306" volumes: @@ -24,7 +24,7 @@ services: MARIADB_DATABASE: ${MARIADB_DATABASE} backend: - image: kenzan00/vteam-backend:1.2 + image: kenzan00/vteam-backend:2.0 ports: - 1337:1337 networks: @@ -44,7 +44,7 @@ services: VITE_FRONT_URL: ${VITE_FRONT_URL} frontend: - image: kenzan00/vteam-frontend:1.2 + image: kenzan00/vteam-frontend:2.0 networks: ecorevolution: ports: