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_PASSWORD: servermonitorbot
POSTGRES_DB: servermonitorbot
network_mode: host
networks:
default:

View File

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