Sha256: 08986585f38895434a871e83a9dc8dfc8e768e46797236be244128dd5f2d3779
Contents?: true
Size: 533 Bytes
Versions: 88
Compression:
Stored size: 533 Bytes
Contents
version: '3' services: app: image: decidim/decidim:<%= Decidim::Generators.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
88 entries across 88 versions & 1 rubygems