summaryrefslogtreecommitdiff
path: root/RhSolutions.Deploy/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.Deploy/docker-compose.yml')
-rw-r--r--RhSolutions.Deploy/docker-compose.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/RhSolutions.Deploy/docker-compose.yml b/RhSolutions.Deploy/docker-compose.yml
deleted file mode 100644
index b5f4ebc..0000000
--- a/RhSolutions.Deploy/docker-compose.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-version: '3'
-
-services:
-
- rhsolutions-api:
- build: ../RhSolutions.Api
- container_name: rhsolutions-api
- ports:
- - 5000:5000
- environment:
- - DB_HOST=rhsolutions-db
- - DB_PORT=5432
- - DB_DATABASE=rhsolutions
- - DB_USER=chebser
- - DB_PASSWORD=Rehau-987
- depends_on:
- - rhsolutions-db
- restart: unless-stopped
-
- rhsolutions-db:
- container_name: rhsolutions-db
- 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