mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 15:20:40 +00:00
Infiscal no longer distributes images with the postgres on the tag
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user