setup pgbouncer role and pg function
This commit is contained in:
@@ -23,6 +23,10 @@ postgres:
|
||||
networks:
|
||||
- gitea
|
||||
ports:
|
||||
- "5432"
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- /arcodange/{{postgres_partition}}/postgres/data:/var/lib/postgresql/data
|
||||
- /arcodange/{{postgres_partition}}/postgres/data:/var/lib/postgresql/data
|
||||
|
||||
pgbouncer:
|
||||
auth_user: &pgbouncer_auth pgbouncer_auth
|
||||
auth_user_password: *pgbouncer_auth
|
||||
Reference in New Issue
Block a user