Donovan Daniels
b1c702e3cd
poorly tested but it worked well enough, I'm sure I'll be patching bugs over the next few weeks Also remove turbo because it sucks Also changed the way we handle hosts in dev |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
docker | ||
lib | ||
log | ||
public | ||
storage | ||
tmp | ||
.dockerignore | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.image_optim.yml | ||
.node-version | ||
.rubocop.yml | ||
.ruby-version | ||
.yarnclean | ||
.yarnrc.yml | ||
config.ru | ||
docker-compose.prod.yml | ||
docker-compose.yml | ||
Dockerfile | ||
esbuild.config.mjs | ||
Gemfile | ||
Gemfile.lock | ||
package.json | ||
Procfile | ||
Procfile.dev | ||
Rakefile | ||
README.md | ||
start.sh | ||
tsconfig.json | ||
yarn.lock |
README
- https://butts-are.cool
- https://e621.ws
- https://furry.cool
- https://maidboye.cafe
- https://oceanic.ws
- https://yiff.media
- https://yiff.rest
- https://yiff.rocks
Production
docker compose -f docker-compose.prod.yml run --rm -e RAILS_ENV=production websites /app/bin/setup
docker compose -f docker-compose.prod.yml up -d
Development
docker compose run --rm websites /app/bin/setup
docker compose up