Deploy files edit
This commit is contained in:
parent
ed6800e11d
commit
afe19fcf7e
@ -1,9 +1,8 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
rhsolutions-api:
|
rhsolutions-api:
|
||||||
build: ../RhSolutions.Api
|
build: ..
|
||||||
container_name: rhsolutions-api
|
container_name: rhsolutions-api
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
@ -16,10 +15,9 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- rhsolutions-db
|
- rhsolutions-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
rhsolutions-db:
|
rhsolutions-db:
|
||||||
container_name: rhsolutions-db
|
container_name: rhsolutions-db
|
||||||
build: ./database
|
build: ./Database
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=chebser
|
- POSTGRES_USER=chebser
|
||||||
- POSTGRES_PASSWORD=Rehau-987
|
- POSTGRES_PASSWORD=Rehau-987
|
Loading…
Reference in New Issue
Block a user