Skip to content

Commit

Permalink
chore: BE 0.0.10, FE 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amhsirak committed Jan 7, 2025
1 parent 56b17a4 commit 73d4497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
#build:
#context: .
#dockerfile: server/Dockerfile
image: getmaxun/maxun-backend:v0.0.9
image: getmaxun/maxun-backend:v0.0.10
ports:
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
env_file: .env
Expand All @@ -70,7 +70,7 @@ services:
#build:
#context: .
#dockerfile: Dockerfile
image: getmaxun/maxun-frontend:v0.0.5
image: getmaxun/maxun-frontend:v0.0.6
ports:
- "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}"
env_file: .env
Expand Down

0 comments on commit 73d4497

Please sign in to comment.