revert: undo "fix: update backend and frontend images to use main tag" (#140)

This reverts commit cdf0088b0f.
This commit is contained in:
Daniel Volz
2026-02-08 21:17:15 +01:00
committed by GitHub
parent cdf0088b0f
commit ffcd8983b4
+2 -2
View File
@@ -1,6 +1,6 @@
services:
backend:
image: ghcr.io/danielvolz/medassist-ng-backend:main
image: ghcr.io/danielvolz/medassist-ng-backend:latest
container_name: medassist-ng-backend
env_file:
- .env
@@ -33,7 +33,7 @@ services:
start_period: 30s
frontend:
image: ghcr.io/danielvolz/medassist-ng-frontend:main
image: ghcr.io/danielvolz/medassist-ng-frontend:latest
container_name: medassist-ng-frontend
environment:
- BACKEND_URL=backend:3000