Skip to content

Commit

Permalink
Specify backend API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Apr 23, 2023
1 parent cac7264 commit 9e96392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
image: ghcr.io/josh-xt/agent-llm-frontend:v1.0.3
ports:
- "80:3000"
environment:
NEXT_PUBLIC_API_URI: http://backend:5000
env_file:
- .env
depends_on:
Expand Down

0 comments on commit 9e96392

Please sign in to comment.