Sha256: 8ea37c2b814e6a62baa90976532d451b6ad00170fa817232067c3e7ba18bf792
Contents?: true
Size: 521 Bytes
Versions: 11
Compression:
Stored size: 521 Bytes
Contents
version: '3' services: app: image: decidim/decidim:<%= Decidim.version %> volumes: - .:/app - bundle:/usr/local/bundle - node_modules:/app/node_modules environment: - PORT=3000 - DATABASE_HOST=pg - DATABASE_USERNAME=postgres - RAILS_ENV=development ports: - 3000:3000 links: - pg command: bundle exec puma pg: image: postgres volumes: - pg-data:/var/lib/postgresql/data volumes: node_modules: {} bundle: {} pg-data: {}
Version data entries
11 entries across 11 versions & 1 rubygems