Skip to content

Commit ccfdf9f

Browse files
disabled docker
1 parent fb3c929 commit ccfdf9f

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ server:
1515
request-attributes-enabled: true
1616

1717
spring:
18+
1819
docker:
1920
compose:
2021
enabled: false

target/backend-1.0.1.jar

44 Bytes
Binary file not shown.

target/backend-1.0.1.jar.original

44 Bytes
Binary file not shown.

target/classes/application-local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ spring:
55
compose:
66
enabled: false
77
datasource:
8-
url: jdbc:postgresql://localhost:5432/acm
8+
url: jdbc:postgresql://db.bujnagbmqjzifgmqsxkc.supabase.co:5432/postgres
99
username: postgres
10-
password: 12345678
10+
password: 53zIJPwXo9qzoSw8
1111
driver-class-name: org.postgresql.Driver
1212
jpa:
1313
hibernate:

target/classes/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ server:
1717
spring:
1818
profiles:
1919
active: "local"
20+
docker:
21+
compose:
22+
enabled: false
2023
datasource:
2124
url: ${POSTGRESQL_DB_URL}
2225
username: ${POSTGRESQL_DB_USER}

0 commit comments

Comments
 (0)