opexdev / reverse-proxy

Configuring NGINX as reverse proxy for OPEX exchange
MIT License
1 stars 5 forks source link

Friendly tutorial for local starting #21

Open vanodevium opened 1 year ago

vanodevium commented 1 year ago

I want to collect a small guide how to setup the opex.dev ecosystem for local use in a few clicks. And then write it as a part of README for each repository. So each interested developer will be able to launch a project into several simple and quick actions.


  1. What is the minimal version of .env file for local start? It would be nice to have it as .env.local for local start.
  2. Where I can find certificates or how I can generate it for local start? Or maybe it will be simpler disable it in general for local start?
  3. How I can connect this concrete docker-compose to core's docker-compose? Because there no any networks in this docker-compose.

Is this .env correct for one click starting?

EXPOSED_PORT=443
SERVER_NAME_DASHBOARD=dash.opex.loc
SERVER_NAME_ADMIN_PANEL=admin.opex.loc
SERVER_NAME_WEB_APP=app.opex.loc
SERVER_NAME_AUTH=auth.opex.loc
SERVER_NAME_API=api.opex.loc
SERVER_NAME_KIBANA=kibana.opex.loc