mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
Merge pull request #18 from codeagencybe/pgbouncer
Fabio | Feature | PgBouncer service
This commit is contained in:
@@ -12,6 +12,11 @@ services:
|
||||
ports:
|
||||
- 127.0.0.1:5432:5432
|
||||
|
||||
pgbouncer:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1=5432:5432
|
||||
|
||||
nginx:
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user