diff --git a/pailiah-compose.yml b/pailiah-compose.yml index 7cb471a..f85988c 100644 --- a/pailiah-compose.yml +++ b/pailiah-compose.yml @@ -257,7 +257,7 @@ services: DATABASE_URL: $THEMIS_PROD_DATABASE_URL themis-postgres: - image: postgres:15.10 + image: postgres:18.1 container_name: themis-postgres hostname: themis-postgres restart: unless-stopped @@ -350,7 +350,7 @@ services: DATABASE_URL: $NICE_DATABASE_URL nice-postgres: - image: postgres:15.10 + image: postgres:18.1 container_name: nice-postgres hostname: nice-postgres restart: unless-stopped @@ -362,7 +362,7 @@ services: POSTGRES_PASSWORD: $NICE_POSTGRES_PASSWORD nice-postgres-vi: - image: postgres:16.2 + image: postgres:18.1 shm_size: 1g # https://stackoverflow.com/questions/56751565 container_name: nice-postgres-vi hostname: nice-postgres-vi @@ -423,7 +423,7 @@ services: env_file: $OPDIR/sandiego-fetch/.env sandiego-postgres: - image: postgres:15.10 + image: postgres:18.1 container_name: sandiego-postgres hostname: sandiego-postgres restart: unless-stopped