docker-compose delete network
This commit is contained in:
parent
afe19fcf7e
commit
49381b06a7
@ -17,13 +17,11 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
rhsolutions-db:
|
rhsolutions-db:
|
||||||
container_name: rhsolutions-db
|
container_name: rhsolutions-db
|
||||||
|
ports:
|
||||||
|
- 5432:5432
|
||||||
build: ./Database
|
build: ./Database
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=chebser
|
- POSTGRES_USER=chebser
|
||||||
- POSTGRES_PASSWORD=Rehau-987
|
- POSTGRES_PASSWORD=Rehau-987
|
||||||
- POSTGRES_DB=rhsolutions
|
- POSTGRES_DB=rhsolutions
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
name: rhsolutions
|
|
Loading…
Reference in New Issue
Block a user