Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Apr 23, 2023
1 parent 9e96392 commit 9ace864
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
@@ -1,7 +1,7 @@
version: "3.8"
services:
frontend:
image: ghcr.io/josh-xt/agent-llm-frontend:v1.0.3
image: ghcr.io/josh-xt/agent-llm-frontend:v1.0.4
ports:
- "80:3000"
environment:
Expand All @@ -11,7 +11,7 @@ services:
depends_on:
- backend
backend:
image: ghcr.io/josh-xt/agent-llm-backend:v1.0.3
image: ghcr.io/josh-xt/agent-llm-backend:v1.0.4
ports:
- "5000:5000"
env_file:
Expand Down

0 comments on commit 9ace864

Please sign in to comment.