fix: Fixed docker compose images
Chart Release / chart (push) Successful in 11s
Server Deploy / deploy (push) Successful in 11s

This commit is contained in:
2026-09-10 08:16:21 +00:00
parent 5377a1e585
commit 1538ae9bd1
+3 -3
View File
@@ -13,7 +13,7 @@ services:
timeout: 5s
retries: 5
mongo:
image: mongo:7
image: mongo:8
restart: unless-stopped
volumes:
- mongo_data:/data/db
@@ -33,7 +33,7 @@ services:
ports:
- 4822:4822
server:
image: gitea.hostxtra.co.uk/mrhid6/vantage/server:latest
image: gitea.hostxtra.co.uk/vantage/vantage-app/server:latest
restart: unless-stopped
ports:
- 8080:8080
@@ -56,7 +56,7 @@ services:
volumes:
- ./data:/data
web:
image: gitea.hostxtra.co.uk/mrhid6/vantage/web:latest
image: gitea.hostxtra.co.uk/vantage/vantage-app/web:latest
restart: unless-stopped
ports:
- 3000:3000