Sha256: a74ade9f0f98f33264f6ffba0a714866edea1ceb06d20c8c271b1da56a370bb2

Contents?: true

Size: 494 Bytes

Versions: 7

Compression:

Stored size: 494 Bytes

Contents

web: env bundle exec rails s -u puma -b 0.0.0.0 -p 3000
<%- unless options[:skip_sidekiq] -%>
# If background jobs are required
# redis: redis-server /usr/local/etc/redis.conf
<%- if config[:env] == 'development' -%>
redis: redis-server --port 6379
<%- end -%>
sidekiq: env bundle exec sidekiq -C ./config/sidekiq.yml
<%- end -%>
<%- if !options[:skip_javascript] && (config[:env] == 'development') -%>
webpack: WEBPACKER_DEV_SERVER_HOST=0.0.0.0 bundle exec ./bin/webpack-dev-server
<%- end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kowl-0.0.7 lib/kowl/templates/dotfiles/Procfile.tt
kowl-0.0.6 lib/kowl/templates/dotfiles/Procfile.tt
kowl-0.0.5 lib/kowl/templates/dotfiles/Procfile.tt
kowl-0.0.4 lib/kowl/templates/dotfiles/Procfile.tt
kowl-0.0.3 lib/kowl/templates/dotfiles/Procfile.tt
kowl-0.0.2 lib/kowl/templates/dotfiles/Procfile.tt
kowl-0.0.1 lib/kowl/templates/dotfiles/Procfile.tt