Fix occasional stale volume in postgres tests

Fixes #1522
This commit is contained in:
Dave Syer 2024-10-14 15:29:49 +01:00
parent 300597fc6c
commit 3b90fac983
3 changed files with 5 additions and 9 deletions

View file

@ -11,8 +11,6 @@ services:
- MYSQL_DATABASE=petclinic
volumes:
- "./conf.d:/etc/mysql/conf.d:ro"
profiles:
- mysql
postgres:
image: postgres:17.0
ports:
@ -21,5 +19,3 @@ services:
- POSTGRES_PASSWORD=petclinic
- POSTGRES_USER=petclinic
- POSTGRES_DB=petclinic
profiles:
- postgres