Go to file
Donovan Daniels b1c702e3cd
Add image management ui
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
2024-05-06 03:25:17 -05:00
app Add image management ui 2024-05-06 03:25:17 -05:00
bin Add some scripts 2024-05-03 18:09:53 -05:00
config Add image management ui 2024-05-06 03:25:17 -05:00
db Add image management ui 2024-05-06 03:25:17 -05:00
docker add imgen 2024-05-03 00:29:17 -05:00
lib Add image management ui 2024-05-06 03:25:17 -05:00
log Initial Commit 2024-05-02 22:04:43 -05:00
public Add root favicons 2024-05-03 18:01:03 -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 Add image management ui 2024-05-06 03:25:17 -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 some scripts 2024-05-03 18:09:53 -05:00
docker-compose.yml Add image management ui 2024-05-06 03:25:17 -05:00
Dockerfile Add image management ui 2024-05-06 03:25:17 -05:00
esbuild.config.mjs Initial Commit 2024-05-02 22:04:43 -05:00
Gemfile Add image management ui 2024-05-06 03:25:17 -05:00
Gemfile.lock Add image management ui 2024-05-06 03:25:17 -05:00
package.json Add image management ui 2024-05-06 03:25:17 -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 Add image management ui 2024-05-06 03:25:17 -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