Infiscal no longer distributes images with the postgres on the tag
This commit is contained in:
parent
0aca66bbba
commit
b8047a6b14
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
image: "infisical/infisical:latest-postgres"
|
image: "infisical/infisical:latest"
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_BACKEND_8080
|
- SERVICE_URL_BACKEND_8080
|
||||||
- SITE_URL=${SERVICE_URL_BACKEND_8080}
|
- SITE_URL=${SERVICE_URL_BACKEND_8080}
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@ services:
|
||||||
|
|
||||||
# Infisical - secret management with postgres variant
|
# Infisical - secret management with postgres variant
|
||||||
application-infisical-postgres:
|
application-infisical-postgres:
|
||||||
image: infisical/infisical:latest-postgres
|
image: infisical/infisical:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
database-postgres-main:
|
database-postgres-main:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue