Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker/docker-compose-dev-essentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ services:
"
volumes:
- prompt_studio_data:/app/prompt-studio-data
labels:
- traefik.enable=false

reverse-proxy:
# The official v2 Traefik docker image
Expand Down
3 changes: 2 additions & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ services:
container_name: unstract-frontend
restart: unless-stopped
ports:
- "3000:3000"
- "3000:80"
depends_on:
- backend
- reverse-proxy
Expand All @@ -174,6 +174,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.frontend.rule=Host(`frontend.unstract.localhost`) && !PathPrefix(`/api/v1`, `/deployment`)
- traefik.http.services.frontend.loadbalancer.server.port=80

platform-service:
image: unstract/platform-service:${VERSION}
Expand Down