Sha256: 299acb183b66446f25c71651c7d9fec1893bc84438c6f465292c0882935d1079
Contents?: true
Size: 516 Bytes
Versions: 4
Compression:
Stored size: 516 Bytes
Contents
version: '3' services: web: build: . links: - db ports: - "3000:3000" - "80:80" volumes: - gems:/usr/local/rvm/gems environment: RAILS_ENV: 'production' PASSENGER_APP_ENV: 'production' DB_DATABASE: 'fat_free_crm_production' DB_USERNAME: 'postgres' DB_PASSWORD: '' DB_HOST: 'db' DB_PORT: 5432 db: image: postgres:9.5 restart: always volumes: - pgdata:/var/lib/postgresql/data volumes: pgdata: {} gems: {}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fat_free_crm-0.20.1 | docker-compose.yml |
fat_free_crm-0.20.0 | docker-compose.yml |
fat_free_crm-0.19.2 | docker-compose.yml |
fat_free_crm-0.19.0 | docker-compose.yml |