Dockerfile for moebooru
$ git submodule update --init --recursive- Copy
.env.exampleto.envand edit it.
- Copy
moebooru/config/database.yml.exampletoconfig/database.ymland edit it. - Copy
moebooru/config/local_config.rb.exampletoconfig/local_config.rband edit it.
Build Docker image:
$ docker compose buildStart:
$ docker compose up -dYou might need to wait for 5 ~ 10 minutes for assets precompile.
Stop:
$ docker compose stop