Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
CodeLiturgy a54ee3c909 Project working with docker and docker-compose 2022-08-13 16:21:23 +01:00
BlueWest Fix build with docker 2022-08-13 06:34:20 +01:00
BlueWest.Api Project working with docker and docker-compose 2022-08-13 16:21:23 +01:00
BlueWest.Data Fix build with docker 2022-08-13 06:34:20 +01:00
BlueWest.Frontend c 2021-12-26 17:42:16 +00:00
include Fix build with docker 2022-08-13 06:34:20 +01:00
.gitignore Init 2021-12-05 23:49:27 +00:00
.gitmodules Bump Math-Expression-Evaluator repo 2022-08-13 03:36:29 +01:00
BlueWest.sln Fix build with docker 2022-08-13 06:34:20 +01:00
README.md Project working with docker and docker-compose 2022-08-13 16:21:23 +01:00
docker-compose.yml Project working with docker and docker-compose 2022-08-13 16:21:23 +01:00

README.md

BlueWest Project

Using docker

To build the BlueWest.Api image use:

docker build -f BlueWest.Api/Dockerfile . -t myappdebug

Copy the generated hash, and run:

docker run -p 8080:80 image-hash

Using Docker Compose

Run the following command to instance a MySQL database and the API:

docker-compose up --build --force-recreate