Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Apr 23, 2023
1 parent b292914 commit f31b05b
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.5
image: ghcr.io/josh-xt/agent-llm-frontend:v1.0.6
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.5
image: ghcr.io/josh-xt/agent-llm-backend:v1.0.6
ports:
- "5000:5000"
env_file:
Expand Down

0 comments on commit f31b05b

Please sign in to comment.