fix
Hedgehog_server_CI/ServerMonitorBot/pipeline/head There was a failure building this commit Details
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good Details

pull/31/head
L_DelOff 2023-11-21 22:49:46 +03:00
parent e259bb0262
commit 23effc5fe6
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,6 @@ services:
POSTGRES_USER: servermonitorbot POSTGRES_USER: servermonitorbot
POSTGRES_PASSWORD: servermonitorbot POSTGRES_PASSWORD: servermonitorbot
POSTGRES_DB: servermonitorbot POSTGRES_DB: servermonitorbot
network_mode: host
networks: networks:
default: default:

View File

@ -2,9 +2,9 @@ spring:
application: application:
name: ServerMonitorBot name: ServerMonitorBot
datasource: datasource:
url: jdbc:postgresql://db:5432/servermonitorbot url: jdbc:postgresql://test:5432/servermonitorbot
username: servermonitorbot username: test
password: servermonitorbot password: test
jpa: jpa:
hibernate: hibernate:
ddl-auto: none ddl-auto: none