Skip to content

Commit

Permalink
updated .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Sep 30, 2024
1 parent 37249a5 commit 702d110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COMPOSE_PROFILES=backend,frontend,background,ray,ollama
# Set this to the user and group you're using
# outside the containers to be able to read
# and write in folders mapped to volumes.
# use `id -u` and `id -g` to get your user and group id
UID=121
GID=126

Expand Down Expand Up @@ -129,7 +130,8 @@ SYSTEM_USER_PASSWORD="12SYSTEM34"

FRONTEND_EXPOSED=3000
API_EXPOSED=13120
CONTENT_SERVER_EXPOSED=13121 # only required for frontend development
# only required for frontend development
CONTENT_SERVER_EXPOSED=13121

POSTGRES_EXPOSED=13122
RABBIT_EXPOSED=13123
Expand Down

0 comments on commit 702d110

Please sign in to comment.