chore: upgrade frontend image to v2 & backend image to v3

This commit is contained in:
amhsirak
2024-12-04 21:54:39 +05:30
parent 833db60e96
commit 81126366dd

View File

@@ -43,7 +43,7 @@ services:
#build:
#context: .
#dockerfile: server/Dockerfile
image: getmaxun/maxun-backend:v0.0.2
image: getmaxun/maxun-backend:v0.0.3
ports:
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
env_file: .env
@@ -72,7 +72,7 @@ services:
#build:
#context: .
#dockerfile: Dockerfile
image: getmaxun/maxun-frontend:v0.0.1
image: getmaxun/maxun-frontend:v0.0.2
ports:
- "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}"
env_file: .env