Giter Club home page Giter Club logo

Comments (7)

Matvey-Kuk avatar Matvey-Kuk commented on May 18, 2024

We added this task to the core team's backlog.

from oncall.

raphael-batte avatar raphael-batte commented on May 18, 2024

@Matvey-Kuk Discussed UX-side for this task with @vadimkerr. Probably will be good to provide some context in OnCall settings. Maybe just as links to documentation.

from oncall.

Matvey-Kuk avatar Matvey-Kuk commented on May 18, 2024

@raphael-batte are you talking about "Settings" page or "Env Variables"?

from oncall.

raphael-batte avatar raphael-batte commented on May 18, 2024

@Matvey-Kuk probably Settings is more right place for such information

from oncall.

Matvey-Kuk avatar Matvey-Kuk commented on May 18, 2024

@raphael-batte why? As well as I understand the "Settings" page is about in-app level settings. While MySQL configuration is a 100% deployment information. We cover it in our docs. We also don't share information about helm, docker, redis, rabbit, celery, engine in the "settings" page so not sure why "MySQL" is an exception.

from oncall.

iskhakov avatar iskhakov commented on May 18, 2024

I guess @WarriorXK wants to use the external database In the hobby (docker-compose) setup.
This is really easy to achieve by removing mysql service from docker-compose.yaml and adding variables MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD into .env_hobby file (step 2 of readme):

echo "DOMAIN=http://localhost:8080
MYSQL_HOST=<your host>
MYSQL_USER=<user>
MYSQL_PASSWORD=<password>
SECRET_KEY=my_random_secret_must_be_more_than_32_characters_long
RABBITMQ_PASSWORD=rabbitmq_secret_pw
MYSQL_PASSWORD=mysql_secret_pw
COMPOSE_PROFILES=with_grafana  # Remove this line if you want to use existing grafana
GRAFANA_USER=admin
GRAFANA_PASSWORD=admin" > .env_hobby

We can also make this solution more universal and move mysql service under the profile, as we do for grafana (e.g. COMPOSE_PROFILES=with_grafana, with_mysql), which will make mysql opt-in service

from oncall.

Matvey-Kuk avatar Matvey-Kuk commented on May 18, 2024

@iskhakov I think for hobby usage your answer here is a solution so closing the issue ☺️

from oncall.

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.