Sha256: 0fa72249ab880fb7f5d51f1253f0d65869d89e3a0adec089a030aa8a2f323a23
Contents?: true
Size: 681 Bytes
Versions: 7
Compression:
Stored size: 681 Bytes
Contents
version: '3.3' services: app: &app build: context: . args: NODE_MAJOR: "12" YARN_VERSION: "1.22.4" RUBY_VERSION: ${RUBY_VERSION} image: bootstrap-form:latest-$RUBY_VERSION tmpfs: - /tmp shell: &shell <<: *app stdin_open: true tty: true volumes: - .:/app:cached environment: - SSH_AUTH_SOCK=/ssh-agent - NODE_ENV=development - RAILS_ENV=${RAILS_ENV:-development} - BOOTSNAP_CACHE_DIR=/usr/local/bundle/_bootsnap - WEBPACKER_DEV_SERVER_HOST=webpacker - WEB_CONCURRENCY=1 - HISTFILE=/app/.bash_history ports: - "3000:3000" command: /bin/bash
Version data entries
7 entries across 7 versions & 1 rubygems