feat: backend 0.0.9, frontend 0.0.5

This commit is contained in:
amhsirak
2024-12-23 01:15:45 +05:30
parent 26ca043c23
commit 4ac55f0768

View File

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