diff --git a/RhSolutions.Api/Deploy/docker-compose.yml b/RhSolutions.Api/Deploy/docker-compose.yml index 5bbbed8..bd5867b 100644 --- a/RhSolutions.Api/Deploy/docker-compose.yml +++ b/RhSolutions.Api/Deploy/docker-compose.yml @@ -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 \ No newline at end of file + restart: unless-stopped \ No newline at end of file