Infiscal no longer distributes images with the postgres on the tag

This commit is contained in:
DevTekVE
2025-12-15 17:56:33 +01:00
parent 0aca66bbba
commit b8047a6b14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
services:
backend:
image: "infisical/infisical:latest-postgres"
image: "infisical/infisical:latest"
environment:
- SERVICE_URL_BACKEND_8080
- SITE_URL=${SERVICE_URL_BACKEND_8080}
+1 -1
View File
@@ -233,7 +233,7 @@ services:
# Infisical - secret management with postgres variant
application-infisical-postgres:
image: infisical/infisical:latest-postgres
image: infisical/infisical:latest
depends_on:
database-postgres-main:
condition: service_healthy