From c1d69ad0eb51b331322d088173d528de1091da2e Mon Sep 17 00:00:00 2001 From: asmigiel Date: Sat, 4 Jan 2025 21:14:36 +0100 Subject: [PATCH] test3 --- Dockerfile | 2 +- config/app.ini | 13 ------------- heroku.yml | 8 ++++---- 3 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 config/app.ini diff --git a/Dockerfile b/Dockerfile index ada95b3..916d56a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gitea/gitea:1.14.5 +FROM gitea/gitea:1.14.5-rootless WORKDIR /app diff --git a/config/app.ini b/config/app.ini deleted file mode 100644 index d6fcae0..0000000 --- a/config/app.ini +++ /dev/null @@ -1,13 +0,0 @@ -[database] -NAME = gitea -DB_TYPE = postgres -USER = gitea -HOST = db:5432 -PASSWD = gitea - -[oauth2] -JWT_SECRET = clihxt5fuU2yaZwdPnTDxwarGNbnuLItEe7kd4fI0y0 - -[security] -INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE3MzUwNzQ5Mzl9.ZVn8jqgOjeR3WM_E6k8Oa9ZPvYUTK6nHeJNrg641fvM - diff --git a/heroku.yml b/heroku.yml index ac503a8..5fbf931 100644 --- a/heroku.yml +++ b/heroku.yml @@ -2,10 +2,10 @@ setup: addons: - plan: heroku-postgresql as: DATABASE - config: - POSTGRES_USER: "gitea" - POSTGRES_PASSWORD: "gitea" - POSTGRES_DB: "gitea" +# config: +# POSTGRES_USER: "gitea" +# POSTGRES_PASSWORD: "gitea" +# POSTGRES_DB: "gitea" build: docker: