Commit History

Refactor Dockerfile and Nginx configuration to streamline service management. Remove supervisord integration, update CMD to directly start Weaviate and Nginx, and enhance Nginx settings for improved HTTP and gRPC handling.
e081ebf

wjm55 commited on

Refactor Dockerfile to integrate supervisord for managing Weaviate and Nginx services, replace start.sh with supervisord configuration, and enhance Nginx settings for improved proxy handling. Remove obsolete start.sh script.
72f5836

wjm55 commited on

testing nginx
cf8d4dd

wjm55 commited on

Update Dockerfile to add gRPC port to CMD for proper service configuration
2e2765c

wjm55 commited on

Update Dockerfile to change gRPC port from 443 to 7860 and adjust CMD accordingly
2d58790

wjm55 commited on

Revert "Update README.md to reflect the change of app_port from 7860 to 50051"
0c10996

wjm55 commited on

Update README.md to add app_port configuration for secure connections on port 443
11805e1

wjm55 commited on

Update Dockerfile to change gRPC port from 50051 to 443 and adjust CMD accordingly
28a53bf

wjm55 commited on

Update README.md to reflect the change of app_port from 7860 to 50051
a1d0ff8

wjm55 commited on

Update Dockerfile to change gRPC port from 7860 to 50051 and adjust CMD accordingly
86027cb

wjm55 commited on

Update Dockerfile to add GRPC_PORT environment variable and remove exposure of port 50051
1fae2de

wjm55 commited on

Update README.md
876d7d5
verified

wjbmattingly commited on

Update Dockerfile to change gRPC port from 443 to 50051 and remove unnecessary environment variable
3a71aef

wjm55 commited on

Update Dockerfile to change gRPC port from 50051 to 443 and adjust CMD accordingly
87d82cb

wjm55 commited on

Implement initial project structure and setup
2d61ce2

wjm55 commited on

initial commit
48cecb1
verified

wjbmattingly commited on