Skip to content

Limbend/wml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WML

How to setup and run

  1. Clone git project

    git clone git@github.com:Limbend/wml.git
  2. Create .env file

    cd ./wml
    nano .env

    .env example:

    BACKEND__DB__PASSWORD=your_db_password
    BACKEND__DB__ECHO=false
    
    BACKEND__ORIGINS='["http://172.24.0.4:3000","https://example.com"]'
    
    NUXT_CSR_API_BASE=https://example.com

    You can find the rest of the environment variables and their default values in the docker-compose.yml file.

  3. Run app

    docker compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published