Giter Club home page Giter Club logo

Comments (2)

send2cloud avatar send2cloud commented on May 23, 2024

here was the rest of the error:
services:

  • type: web
    name: laudspeaker
    healthCheckPath: /login
    env: docker
    dockerfilePath: ./Dockerfile
    dockerContext: .
    autoDeploy: false
    disk:
    name: data
    mountPath: /data
    envVars:
    • fromGroup: laudspeaker
    • key: PORT
      value: 80
    • key: SYNCHRONIZE
      value: true
    • key: JWT_KEY
      generateValue: true
    • key: JWT_EXPIRES
      value: 365d
    • key: MONGOOSE_URL
      fromService:
      type: pserv
      name: mongo
      property: hostport
    • key: CLICKHOUSE_HOST
      fromService:
      type: pserv
      name: clickhouse
      property: hostport
    • key: REDIS_HOST
      fromService:
      type: redis
      name: laudspeaker
      property: host
    • key: REDIS_PORT
      fromService:
      type: redis
      name: laudspeaker
      property: port
    • key: DATABASE_USER
      fromDatabase:
      name: laudspeaker-db
      property: user
    • key: DATABASE_PASSWORD
      fromDatabase:
      name: laudspeaker-db
      property: password
    • key: DATABASE_HOST
      fromDatabase:
      name: laudspeaker-db
      property: host
    • key: DATABASE_NAME
      fromDatabase:
      name: laudspeaker-db
      property: database
  • type: redis
    name: laudspeaker
    ipAllowList:
    • source: 0.0.0.0/0
      description: everywhere
  • type: pserv
    name: clickhouse
    env: docker
    dockerfilePath: ./Dockerfile.clickhouse
    disk:
    name: data
    mountPath: /var/lib/clickhouse
    sizeGB: 10
  • type: pserv
    name: mongo
    env: docker
    dockerfilePath: ./Dockerfile.mongo
    disk:
    name: data
    mountPath: /data/db
    sizeGB: 10
    databases:
  • name: laudspeaker-db

from laudspeaker.

abheek9 avatar abheek9 commented on May 23, 2024

hey @send2cloud! thanks for the issue, we should have had a clearer link to the docs for this. there should be an env group laudspeaker

from laudspeaker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.