From fffd603fdb39b1072d28fd0b7c2d0160361fddc9 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 11 Jan 2026 15:12:33 +0000 Subject: [PATCH] chore: remove application.yaml (config now inline in compose) --- application.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 application.yaml diff --git a/application.yaml b/application.yaml deleted file mode 100644 index 64af61f..0000000 --- a/application.yaml +++ /dev/null @@ -1,33 +0,0 @@ -kestra: - server: - basic-auth: - enabled: true - username: ${KESTRA_ADMIN_USER:admin} - password: ${KESTRA_ADMIN_PASSWORD} - - repository: - type: postgres - - storage: - type: local - local: - base-path: /app/storage - - queue: - type: postgres - - tasks: - scripts: - docker: - volume-enabled: true - -datasources: - postgres: - url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/${DB_NAME} - driverClassName: org.postgresql.Driver - username: ${DB_USER} - password: ${DB_PASSWORD} - -micronaut: - server: - port: 8080