Skip to content

Commit

Permalink
Launch new Docker procfile from Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pacodelaluna committed Jan 19, 2025
1 parent 49e66c3 commit 39822e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile.docker
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Foreman Procfile for Docker env. Start all dev server processes with: `bundle exec foreman start -f Procfile.docker`

rails: WEBPACKER_DEV_SERVER_HOST=0.0.0.0 DEV_CACHING=true bundle exec rails s -p 3000 -b 0.0.0.0
webpack: WEBPACKER_DEV_SERVER_HOST=0.0.0.0 ./bin/webpack-dev-server
sidekiq: DEV_CACHING=true bundle exec sidekiq -q mailers -q default
rails: WEBPACKER_DEV_SERVER_HOST=0.0.0.0 DEV_CACHING=true bundle exec rails s -p 3000 -b 0.0.0.0
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
(bundle check || bundle install) &&
bundle exec rake db:create &&
yarn install &&
tail -f log/development.log"
bundle exec foreman start -f Procfile.docker"
volumes:
gems:
postgres:

0 comments on commit 39822e1

Please sign in to comment.