Skip to content

Commit 53004dc

Browse files
Add restart policy to pgbouncer service (#3925)
1 parent e3e7789 commit 53004dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ services:
145145
volumes:
146146
- "sentry-postgres:/var/lib/postgresql/data"
147147
pgbouncer:
148+
<<: *restart_policy
148149
image: "edoburu/pgbouncer:v1.24.1-p1"
149150
healthcheck:
150151
<<: *healthcheck_defaults

0 commit comments

Comments
 (0)