diff --git a/config/environments/development.rb b/config/environments/development.rb index 1311e3e4..366e75ad 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -57,5 +57,5 @@ # Use an evented file watcher to asynchronously detect changes in source code, # routes, locales, etc. This feature depends on the listen gem. - config.file_watcher = ActiveSupport::EventedFileUpdateChecker + # config.file_watcher = ActiveSupport::EventedFileUpdateChecker end diff --git a/docker-compose.yml b/docker-compose.yml index 67bb5790..447d2682 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' volumes: - bundle: + bundle: driver: local services: @@ -11,6 +11,7 @@ services: POSTGRES_PASSWORD: uaI7m2kmWd949DMv4dCh web: + platform: linux/amd64 environment: PGPASSWORD: uaI7m2kmWd949DMv4dCh build: .