services: web: build: . ports: - "3000:3000" volumes: - .:/rails environment: RAILS_ENV: production RAILS_MASTER_KEY: ${RAILS_MASTER_KEY}