Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
CodeLiturgy e9ee526502 Fix VC 2022-08-18 16:49:32 +01:00
BlueWest Add disabled artifacts 2022-08-13 18:15:43 +01:00
BlueWest.Api Adapt data to new MapTo feature 2022-08-18 16:46:20 +01:00
BlueWest.Data Adapt data to new MapTo feature 2022-08-18 16:46:20 +01:00
BlueWest.Frontend c 2021-12-26 17:42:16 +00:00
include Fix VC 2022-08-18 16:49:32 +01:00
.gitignore Init 2021-12-05 23:49:27 +00:00
.gitmodules Change data to conform with SG 2022-08-17 21:21:00 +01:00
BlueWest.sln Change data to conform with SG 2022-08-17 21:21:00 +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