Update pg_hba.conf

This commit is contained in:
2025-09-03 04:04:34 +09:00
parent 3c28d33ebf
commit 4901b44f4a
2 changed files with 32 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
volumes:
- postgres_data:/var/lib/postgresql
- ./custom-postgresql.conf:/etc/postgresql/12/main/postgresql.conf
- ./custom-pg_hba.conf:/etc/postgresql/12/main/pg_hba.conf
- ./rogaining.sql:/sql/rogaining.sql
- ./sqls:/sqls
- ./create_location2025_table.sql:/sql/create_location2025_table.sql