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:
Juan Rodriguez
2023-03-26 19:00:09 +02:00
committed by GitHub
parent 38ce72618a
commit 63acab3cf7
9 changed files with 50 additions and 45 deletions
+1 -3
View File
@@ -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