Skip to content

Commit

Permalink
fix: expose ASSISTANT_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR committed Mar 27, 2024
1 parent 54f7300 commit 0c205ad
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 @@ -74,6 +74,8 @@ services:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- MONGO_DB_URL=${MONGO_DB_URL}
- PORT=${ASSISTANT_PORT}
ports:
- ${PORT}:${ASSISTANT_PORT}

aup-backend:
image: jaderodev/aup-backend:latest
Expand Down

0 comments on commit 0c205ad

Please sign in to comment.