Refactored to handle schema migrations
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
|||||||
- PORT=3000
|
- PORT=3000
|
||||||
- HOST=${PUBLIC_URL}
|
- HOST=${PUBLIC_URL}
|
||||||
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
|
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
|
||||||
|
- RAILS_ENV=production
|
||||||
|
- SKIP_MIGRATION_VALIDATION=true
|
||||||
ports:
|
ports:
|
||||||
- "3001:3000"
|
- "3001:3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user