feat: use latest images

This commit is contained in:
amhsirak
2025-01-13 16:12:48 +05:30
parent 8fd6a266e2
commit 5d32942662

View File

@@ -43,7 +43,7 @@ services:
#build:
#context: .
#dockerfile: server/Dockerfile
image: getmaxun/maxun-backend:v0.0.11
image: getmaxun/maxun-backend:latest
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.8
image: getmaxun/maxun-frontend:latest
ports:
- "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}"
env_file: .env