Sha256: aec9b6d5c1ca18a8e662e74de89508ecd6cdc7e8ef0abd2899e0bb40b1077515
Contents?: true
Size: 404 Bytes
Versions: 6
Compression:
Stored size: 404 Bytes
Contents
version: "3" services: pg: build: context: . dockerfile: Dockerfile.pg ports: - "5432" app: build: context: . dockerfile: Dockerfile image: rails4-app:${RUBY_VERSION} command: [ "./bin/rails", "server", "-b", "0.0.0.0", "webrick" ] environment: RAILS_ENV: volumes: - .:/src/app ports: - "3000" links: - pg:pg
Version data entries
6 entries across 6 versions & 1 rubygems