Merge pull request #18 from codeagencybe/pgbouncer

Fabio | Feature | PgBouncer service
This commit is contained in:
Yhael S
2024-07-15 22:12:44 -06:00
committed by GitHub
5 changed files with 57 additions and 1 deletions

View File

@@ -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