Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 976 Bytes

readme.md

File metadata and controls

39 lines (24 loc) · 976 Bytes

SysCli - Docker

License

Dockerized application example SysCli

Getting Started

These instructions will cover usage information and for the Docker container.

Prerequisites

In order to run this environment you'll need Docker and Docker-compose installed.

Installing

chmod +x first-run.sh
change .env file

Usage

Run

Start Bash (this is the default when no command is specified):

docker-compose up -d --build && sleep 40 && ./first-run.sh

Volumes

  • /usr/share/nginx/app work directory
  • /etc/nginx/nginx.conf - NGINX config file
  • /var/lib/mysql - database

License

This project is licensed under the MIT License - see the LICENSE file for details.