chore: frontend 0.0.4, backend 0.0.8

This commit is contained in:
amhsirak
2024-12-23 00:26:42 +05:30
parent e6da1350ee
commit 72e219015a

View File

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