Websites/README.md

19 lines
426 B
Markdown

# README
* https://butts-are.cool
* https://e621.ws
* https://furry.cool
* https://maid.gay
* 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`