fix db hostname
All checks were successful
Deploy Containers / Prepare (push) Successful in 36s

This commit is contained in:
2026-04-20 14:21:40 -04:00
parent ab7d4e486b
commit a14638e8f1
2 changed files with 275 additions and 275 deletions

View File

@@ -26,7 +26,7 @@
name: gabehf/koito
tag: latest
env:
KOITO_DATABASE_URL: "postgres://koito:{{ KOTIO_DB_PASS }}@172.16.0.44:5432/koito"
KOITO_DATABASE_URL: "postgres://koito:{{ KOTIO_DB_PASS }}@postgres:5432/koito"
KOITO_ALLOWED_HOSTS: koito.fntz.net
volumes:
- "{{ data_dir }}/scrobbling/koito:/etc/koito"