service: Use C collate and ctype for postgresql

This commit is contained in:
uumas
2024-11-19 20:04:47 +02:00
parent 563bfa5a32
commit b17932816b

View File

@@ -20,6 +20,7 @@
container_env:
POSTGRES_USER: "{{ service_name | replace('-', '_') }}"
POSTGRES_PASSWORD_FILE: "/run/secrets/{{ _service_database_name }}"
POSTGRES_INITDB_ARGS: "--encoding=UTF-8 --lc-collate=C --lc-ctype=C"
container_auto_update: "{{ service_auto_update }}"
- name: Get database secret info