fix: update backend and frontend images to use 'main' tag

This commit is contained in:
daniel
2026-02-08 19:47:23 +00:00
parent 152608731b
commit cdf0088b0f
+2 -2
View File
@@ -1,6 +1,6 @@
services:
backend:
image: ghcr.io/danielvolz/medassist-ng-backend:latest
image: ghcr.io/danielvolz/medassist-ng-backend:main
container_name: medassist-ng-backend
env_file:
- .env
@@ -33,7 +33,7 @@ services:
start_period: 30s
frontend:
image: ghcr.io/danielvolz/medassist-ng-frontend:latest
image: ghcr.io/danielvolz/medassist-ng-frontend:main
container_name: medassist-ng-frontend
environment:
- BACKEND_URL=backend:3000