Chore: Sidekiq ActionCable fix for Development (#405)
- action cable works from sidekiq in development environments - documentation updates for docker
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
- redis
|
||||
ports:
|
||||
- 3000:3000
|
||||
env_file: .env.example ## Change this file for customised env variables
|
||||
env_file: .env ## Change this file for customized env variables
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- RAILS_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user