Merge pull request 'fix(ci): corregir mount de tmpfs para postgres:18-alpine en E2E' (#443) from feature/ci-cd into development
Reviewed-on: ADUANASOFT/anexo76#443
This commit is contained in:
@@ -30,8 +30,11 @@ services:
|
||||
timeout: 3s
|
||||
retries: 10
|
||||
start_period: 20s
|
||||
# Postgres 18+ requiere mount en /var/lib/postgresql (padre), no en /data.
|
||||
# Ver https://github.com/docker-library/postgres/pull/1259 — la imagen detecta
|
||||
# el mount viejo como "unused" y aborta el arranque.
|
||||
tmpfs:
|
||||
- /var/lib/postgresql/data
|
||||
- /var/lib/postgresql
|
||||
|
||||
minio:
|
||||
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
|
||||
|
||||
Reference in New Issue
Block a user