From 906a3dc9b45208b0ceb0c3284c236a9aad2d2169 Mon Sep 17 00:00:00 2001 From: OlegWock Date: Tue, 9 Jul 2024 11:36:00 +0200 Subject: [PATCH] Update volumes for Gitea with DB templates --- templates/compose/gitea-with-mariadb.yaml | 2 +- templates/compose/gitea-with-mysql.yaml | 2 +- templates/compose/gitea-with-postgresql.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/gitea-with-mariadb.yaml b/templates/compose/gitea-with-mariadb.yaml index 83a7fc581..049c02bbd 100644 --- a/templates/compose/gitea-with-mariadb.yaml +++ b/templates/compose/gitea-with-mariadb.yaml @@ -16,7 +16,7 @@ services: - GITEA__database__USER=$SERVICE_USER_MYSQL - GITEA__database__PASSWD=$SERVICE_PASSWORD_MYSQL volumes: - - gitea-data:/var/lib/gitea + - gitea-data:/data - gitea-timezone:/etc/timezone:ro - gitea-localtime:/etc/localtime:ro ports: diff --git a/templates/compose/gitea-with-mysql.yaml b/templates/compose/gitea-with-mysql.yaml index 7319c034b..8af4fab35 100644 --- a/templates/compose/gitea-with-mysql.yaml +++ b/templates/compose/gitea-with-mysql.yaml @@ -16,7 +16,7 @@ services: - GITEA__database__USER=$SERVICE_USER_MYSQL - GITEA__database__PASSWD=$SERVICE_PASSWORD_MYSQL volumes: - - gitea-data:/var/lib/gitea + - gitea-data:/data - gitea-timezone:/etc/timezone:ro - gitea-localtime:/etc/localtime:ro ports: diff --git a/templates/compose/gitea-with-postgresql.yaml b/templates/compose/gitea-with-postgresql.yaml index ec72a58ed..d752f5f61 100644 --- a/templates/compose/gitea-with-postgresql.yaml +++ b/templates/compose/gitea-with-postgresql.yaml @@ -16,7 +16,7 @@ services: - GITEA__database__USER=$SERVICE_USER_POSTGRESQL - GITEA__database__PASSWD=$SERVICE_PASSWORD_POSTGRESQL volumes: - - gitea-data:/var/lib/gitea + - gitea-data:/data - gitea-timezone:/etc/timezone:ro - gitea-localtime:/etc/localtime:ro ports: