Skip to content

Commit

Permalink
removed mongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
i3rotlher committed Aug 21, 2023
1 parent 803dad5 commit 73df616
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docker-test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
version: "2.12"

services:

seedmongodb:
container_name: "Seed-MongoDB"
image: mongo
volumes:
- seedDB:/data/db
- seedDB:/data/configdb
ports:
- "27017-27019:27017-27019"
environment:
- MONGO_INITDB_ROOT_USERNAME=SeedAdmin
- MONGO_INITDB_ROOT_PASSWORD=SeedTest
- MONGO_INITDB_DATABASE=Seed
restart: always
backend:
build:
context: ./backend
Expand All @@ -27,8 +13,6 @@ services:
ports:
- "8080:8080"
container_name: "Seed-backend"
depends_on:
- seedmongodb
restart: always

frontend:
Expand All @@ -45,6 +29,4 @@ services:
container_name: "Seed-frontend"
depends_on:
- backend
restart: always
volumes:
seedDB:
restart: always

0 comments on commit 73df616

Please sign in to comment.