Skip to content

vegan-buddies/docker-lobsters

 
 

Repository files navigation

Lobste.rs in a minimal Docker image

CircleCI Docker Pulls Docker Stars

About

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)

Quick Start

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.

About

Lobsters in a minimal Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 31.2%
  • Dockerfile 29.5%
  • Makefile 22.5%
  • Shell 16.8%