Sha256: 18f1cb88324999228f0d891771c2882739d2698981ae1e820fc27543023fec5e
Contents?: true
Size: 403 Bytes
Versions: 6
Compression:
Stored size: 403 Bytes
Contents
version: "3" services: pg: build: context: . dockerfile: Dockerfile.pg ports: - "5432" app: build: context: . dockerfile: Dockerfile image: rails-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