1 2 3 4 5 6 7 8 9 10
services: web: build: . ports: - "3000:3000" volumes: - .:/rails environment: RAILS_ENV: production RAILS_MASTER_KEY: ${RAILS_MASTER_KEY}