Websites/README.md

19 lines
426 B
Markdown
Raw Permalink Normal View History

2024-05-03 03:04:43 +00:00
# README
* https://butts-are.cool
* https://e621.ws
* https://furry.cool
2024-07-25 06:44:22 +00:00
* https://maid.gay
2024-05-03 03:04:43 +00:00
* 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`