fix secrets no longer needed
Build and Deploy Spring Boot Server / build (push) Successful in 1m13s

This commit is contained in:
2026-05-14 23:46:40 +02:00
parent f7f2bf5768
commit 7ad72119a8
5 changed files with 45 additions and 15 deletions
-3
View File
@@ -4,9 +4,6 @@ services:
pull_policy: always
restart: always
environment:
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}
GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET}
DB_PORT: 5432
DB_P_NAME: ${POSTGRES_DB}
DB_USERNAME: ${POSTGRES_USER}