Skip to content
Snippets Groups Projects
Commit 2e38dc35 authored by Stefan's avatar Stefan
Browse files

Bug fix anpassung YAML-Datei #39 #42

parent 8f111dac
No related branches found
No related tags found
1 merge request!7Dev in Main Merge
services:
frontend:
build:
......@@ -20,6 +21,7 @@ services:
ports:
- "8080:8080"
db:
container_name: db
image: mongo:latest
environment:
MONGO_INITDB_ROOT_USERNAME: alhb
......
spring:
datasource:
url: mongodb://alhb:asdasd123@localhost:27017/?authMechanism=DEFAULT
url: mongodb://alhb:asdasd123@db:27017/?authMechanism=DEFAULT
username: alhb
password: asdasd123
api:
base-url: http://localhost:8080
api:
base-url: http://localhost:8080
spring:
api:
base-url: http://localhost:8080
......@@ -3,7 +3,7 @@ spring:
active: dev
data:
mongodb:
host: localhost
host: db
port: 27017
database: tournament-hub
authentication-database: admin
......@@ -29,4 +29,3 @@ jwt:
logging:
level:
root: info
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment