Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
code liturgy 6a555652fb Use PostgreSQL 2022-11-13 16:53:18 +00:00
.run No docker mode 2022-09-18 02:17:37 +01:00
BlueWest.Frontend@8b2e541cfe Bump dependencies 2022-10-28 15:45:02 +01:00
CodeLiturgy Target net7 (all) 2022-11-13 14:38:31 +00:00
CodeLiturgy.Data.Application Target net7 (all) 2022-11-13 14:38:31 +00:00
CodeLiturgy.Data.Auth Upgrade packages and target NET 7.0 2022-11-13 11:27:48 +00:00
CodeLiturgy.Data.Capital Target net7 (all) 2022-11-13 14:38:31 +00:00
CodeLiturgy.Domain Use PostgreSQL 2022-11-13 16:53:18 +00:00
CodeLiturgy.Views Use PostgreSQL 2022-11-13 16:53:18 +00:00
include Add new dependency 2022-10-28 17:12:51 +01:00
.gitignore Remove useless stuff 2022-10-28 15:45:57 +01:00
.gitmodules Update '.gitmodules' 2022-11-12 21:39:58 +03:00
CodeLiturgy.Dashboard.sln Refactor 2 2022-10-30 16:50:11 +00:00
CodeLiturgy.Dashboard.sln.DotSettings Refactor 2 2022-10-30 16:50:11 +00:00
README.md Remove Redis dependency 2022-10-30 16:52:18 +00:00
docker-compose.db.only.yml Remove Redis dependency 2022-10-30 16:52:18 +00:00
docker-compose.yml Add views project 2022-09-19 03:50:15 +01:00
global.json Upgrade packages and target NET 7.0 2022-11-13 11:27:48 +00:00

README.md

CodeLiturgy Dashboard

Dashboard for managing sites, this includes setting up an environments.

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 -d