Remove redundant Docker Compose configuration

The same values are already defined in the Dockerfile.
This commit is contained in:
Javi Martín
2021-12-09 19:42:55 +01:00
parent fa56a74ba0
commit 0294ceba56

View File

@@ -18,8 +18,6 @@ services:
# use the Dockerfile next to this file
build: .
entrypoint: /usr/local/bin/entrypoint.sh
command: bundle exec rails s -p 3000 -b "0.0.0.0"
working_dir: /var/www/consul
# rely on the RAILS_ENV value of the host machine
# environment: