Refactor
This commit is contained in:
parent
76732a0d63
commit
cab448857f
|
@ -1,7 +1,7 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="BlueWest-NoDocker" type="CompoundRunConfigurationType">
|
<configuration default="false" name="BlueWest-NoDocker" type="CompoundRunConfigurationType">
|
||||||
<toRun name="DockerComposeDbOnly" type="ShConfigurationType" />
|
<toRun name="DockerComposeDbOnly" type="ShConfigurationType" />
|
||||||
<toRun name="BlueWest.Api: BlueWest.WebApi" type="LaunchSettings" />
|
<toRun name="CodeLiturgy.Views: BlueWest.WebApi" type="LaunchSettings" />
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
|
@ -1 +1 @@
|
||||||
Subproject commit 98c92cbbb5060835ecb43295e0ce241d88f9797a
|
Subproject commit 857ea7ded3979f86664679624544fb01a873f2f4
|
|
@ -14,7 +14,7 @@ EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{D7BF4ADC-44AA-48B1-8406-8587775A0DC6}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{D7BF4ADC-44AA-48B1-8406-8587775A0DC6}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
docker-compose.yml = docker-compose.yml
|
docker-compose.yml = docker-compose.yml
|
||||||
BlueWest.Api\Dockerfile = BlueWest.Api\Dockerfile
|
CodeLiturgy.Views\Dockerfile = CodeLiturgy.Views\Dockerfile
|
||||||
docker-compose.db.only.yml = docker-compose.db.only.yml
|
docker-compose.db.only.yml = docker-compose.db.only.yml
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
|
|
@ -4,9 +4,9 @@ Dashboard for managing sites, this includes setting up an environments.
|
||||||
|
|
||||||
## Using docker
|
## Using docker
|
||||||
|
|
||||||
To build the BlueWest.Api image use:
|
To build the CodeLiturgy.Views image use:
|
||||||
|
|
||||||
`docker build -f BlueWest.Api/Dockerfile . -t myappdebug`
|
`docker build -f CodeLiturgy.Views/Dockerfile . -t myappdebug`
|
||||||
|
|
||||||
Copy the generated hash, and run:
|
Copy the generated hash, and run:
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ services:
|
||||||
bapi120:
|
bapi120:
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: ./BlueWest.Api/Dockerfile
|
dockerfile: ./CodeLiturgy.Views/Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue