Refactored to handle schema migrations

This commit is contained in:
2026-06-19 17:40:21 +02:00
parent 5910220bde
commit c15b43b7b3
+2
View File
@@ -7,6 +7,8 @@ services:
- PORT=3000
- HOST=${PUBLIC_URL}
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
- RAILS_ENV=production
- SKIP_MIGRATION_VALIDATION=true
ports:
- "3001:3000"
volumes: