Skip to content

yuna0x0/docker-moebooru

 
 

Repository files navigation

docker-moebooru

Dockerfile for moebooru

Install Submodule

$ git submodule update --init --recursive

Setup environment variables

  1. Copy .env.example to .env and edit it.

Setup config files

  1. Copy moebooru/config/database.yml.example to config/database.yml and edit it.
  2. Copy moebooru/config/local_config.rb.example to config/local_config.rb and edit it.

Usage

Build Docker image:

$ docker compose build

Start:

$ docker compose up -d

You might need to wait for 5 ~ 10 minutes for assets precompile.

Stop:

$ docker compose stop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 84.0%
  • Shell 16.0%