This repo contains a working example of how to use and deploy Lobsters within a Docker environment.
I have decided to create this project to assist anyone else wanting to get started with Lobsters quickly using Docker.
This image is built off of the official Ruby Docker image (ruby:2.7-alpine)
Using this repository.
This will serve up Lobsters at http://localhost/
git clone [email protected]:utensils/docker-lobsters.git
cd docker-lobsters
git submodule update --init --recursive
cp -r docker-assets/config/* lobsters/config/
cd lobsters ; sudo chmod -R a+w * ; cd ..
docker-compose up
The server will launch at the address http://localhost:3000
You can make changes to the sourcecode directly and Rails will automatically load them for development.