Dokku deploy setup (#1)
* fix: remove config.key from Dockerfile * refactor: remove redis * chore: update README * feat: precompile assets on build Dockerfile
This commit is contained in:
+1
-3
@@ -5,6 +5,4 @@ test:
|
||||
adapter: async
|
||||
|
||||
production:
|
||||
adapter: redis
|
||||
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
|
||||
channel_prefix: app_production
|
||||
adapter: async
|
||||
|
||||
Reference in New Issue
Block a user