Skip to content

Commit

Permalink
removed database
Browse files Browse the repository at this point in the history
  • Loading branch information
i3rotlher committed Aug 22, 2023
1 parent 6df92f7 commit e778e10
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 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 Down

0 comments on commit e778e10

Please sign in to comment.