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