Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 761 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 761 Bytes

chamomile

An application for creating services with an HTTP interface.




Installing chamomile:

  • Clone the repository to your local machine

    git clone https://github.com/kikemaru/chamomile.git
  • Go to the repository directory and run the bash file to configure the server availability settings for nginx

    cd chamomile && bash setting.sh allowed_IP_address your_host
  • After configuring the settings, run docker-compose to build the Docker container:

    docker compose up -d

This application is in the development stage!

setting.sh