Skip to content

flanger001/ruby-websockets_from_scratch

Repository files navigation

Server from scratch

Add a .env file with a LOCAL_IP variable.

Docker

docker run --rm --mount --network host type=bind,src=./nginx/nginx.conf,dst=/etc/nginx/nginx.conf --name server-from-scratch --publish 80:8000 nginx

Docker compose

Up

docker compose up --build --detach

Down

docker compose down --remove-orphans --rmi all --volumes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published