Go to file
Donovan Daniels 90c05547f6
Move dev host rewriting into middleware
This makes matching against routes later much more reliable and less complicated
2024-05-03 17:53:47 -05:00
app "Allow" double versioning 2024-05-03 01:40:55 -05:00
bin Initial Commit 2024-05-02 22:04:43 -05:00
config Move dev host rewriting into middleware 2024-05-03 17:53:47 -05:00
db Initial Commit 2024-05-02 22:04:43 -05:00
docker add imgen 2024-05-03 00:29:17 -05:00
lib Move dev host rewriting into middleware 2024-05-03 17:53:47 -05:00
log Initial Commit 2024-05-02 22:04:43 -05:00
public add maidboye.cafe icon.png 2024-05-03 16:43:43 -05:00
storage Initial Commit 2024-05-02 22:04:43 -05:00
tmp Initial Commit 2024-05-02 22:04:43 -05:00
.dockerignore Initial Commit 2024-05-02 22:04:43 -05:00
.eslintrc.json Initial Commit 2024-05-02 22:04:43 -05:00
.gitattributes Initial Commit 2024-05-02 22:04:43 -05:00
.gitignore redirect e621.ws root 2024-05-03 00:49:15 -05:00
.gitmodules add imgen 2024-05-03 00:29:17 -05:00
.image_optim.yml Initial Commit 2024-05-02 22:04:43 -05:00
.node-version Initial Commit 2024-05-02 22:04:43 -05:00
.rubocop.yml Initial Commit 2024-05-02 22:04:43 -05:00
.ruby-version Initial Commit 2024-05-02 22:04:43 -05:00
.yarnclean Initial Commit 2024-05-02 22:04:43 -05:00
.yarnrc.yml Initial Commit 2024-05-02 22:04:43 -05:00
config.ru Initial Commit 2024-05-02 22:04:43 -05:00
docker-compose.prod.yml add imgen 2024-05-03 00:29:17 -05:00
docker-compose.yml add imgen 2024-05-03 00:29:17 -05:00
Dockerfile Initial Commit 2024-05-02 22:04:43 -05:00
esbuild.config.mjs Initial Commit 2024-05-02 22:04:43 -05:00
Gemfile Initial Commit 2024-05-02 22:04:43 -05:00
Gemfile.lock Initial Commit 2024-05-02 22:04:43 -05:00
package.json Initial Commit 2024-05-02 22:04:43 -05:00
Procfile Initial Commit 2024-05-02 22:04:43 -05:00
Procfile.dev Initial Commit 2024-05-02 22:04:43 -05:00
Rakefile Initial Commit 2024-05-02 22:04:43 -05:00
README.md Initial Commit 2024-05-02 22:04:43 -05:00
start.sh Initial Commit 2024-05-02 22:04:43 -05:00
tsconfig.json Initial Commit 2024-05-02 22:04:43 -05:00
yarn.lock Initial Commit 2024-05-02 22:04:43 -05:00

README

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