From e8c1a509dd083fc6eb77ffbaba05dd4b640799da Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Fri, 26 Dec 2025 20:36:18 -0500 Subject: [PATCH] fix database name --- tasks/kotio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/kotio.yml b/tasks/kotio.yml index 560a522..4c0e397 100644 --- a/tasks/kotio.yml +++ b/tasks/kotio.yml @@ -11,7 +11,7 @@ name: gabehf/koito tag: latest env: - KOITO_DATABASE_URL: "postgres://koito:{{ KOTIO_DB_PASS }}@172.16.0.25:5432/kotio" + KOITO_DATABASE_URL: "postgres://koito:{{ KOTIO_DB_PASS }}@172.16.0.25:5432/koito" KOITO_ALLOWED_HOSTS: koito.fntz.net volumes: - "{{ data_dir }}/koito/app:/etc/koito"