0
0

docker-compose delete network

This commit is contained in:
Sergey Chebotar 2023-05-07 10:04:21 +03:00
parent afe19fcf7e
commit 49381b06a7

View File

@ -17,13 +17,11 @@ services:
restart: unless-stopped
rhsolutions-db:
container_name: rhsolutions-db
ports:
- 5432:5432
build: ./Database
environment:
- POSTGRES_USER=chebser
- POSTGRES_PASSWORD=Rehau-987
- POSTGRES_DB=rhsolutions
restart: unless-stopped
networks:
default:
name: rhsolutions