Sha256: b41f96f3ebe4aa66dbd2c31c9acc8377ddcd5ec3e100c9e1c18bbdc424293a55
Contents?: true
Size: 808 Bytes
Versions: 83
Compression:
Stored size: 808 Bytes
Contents
--- x-managed-by: plutonium x-app: &app build: # x-app context: . # x-app dockerfile: Dockerfile.dev # x-app # x-app properties volumes: # x-app - ".:/rails" # x-app - "./.volumes/bundle:/usr/local/bundle" # x-app - "./.volumes/node_modules:/rails/node_modules" # x-app - "./.volumes/shell_history:/root/shell_history" # x-app depends_on: [] # x-app environment: # x-app RUBY_DEBUG_OPEN: true # x-app PORT: 3000 # x-app HISTFILE: /root/shell_history/.bash_history # x-app tty: true # for binding.pry # x-app stdin_open: true # for binding.pry # x-app services: web: <<: *app command: /bin/sh -c "rm -f tmp/pids/server.pid && bundle && yarn && bin/dev" # web # web properties ports: # web - "3000:3000" # app # additional services go here
Version data entries
83 entries across 83 versions & 1 rubygems