Updated Postiz

This commit is contained in:
2026-01-21 13:48:59 +01:00
parent c1e6615d30
commit dd0cf04fc2
2 changed files with 7 additions and 22 deletions
+4 -4
View File
@@ -2,12 +2,12 @@ version: '3.7'
services:
web:
image: ghcr.io/gitroomhq/postiz-app:v2.12.0@sha256:c19cfae5c392d17ca3471f00e044da77e4e1d1e5a6667aae6e1e9adf411e4600
image: ghcr.io/gitroomhq/postiz-app:v2.12.1@sha256:e2901bafed045bb24e0dbf01a722b96de65f827fec02cf8f5bf0ca1c6d52ad6b
restart: on-failure
environment:
MAIN_URL: "http://umbrel-2.local:4442"
FRONTEND_URL: "http://umbrel-2.local:4442"
NEXT_PUBLIC_BACKEND_URL: "http://umbrel-2.local:4442/api"
MAIN_URL: "http://umbrel.local:4442"
FRONTEND_URL: "http://umbrel.local:4442"
NEXT_PUBLIC_BACKEND_URL: "http://umbrel.local:4442/api"
JWT_SECRET: "9vE2wB#xR7mN!qZpT4Js6fUaLcY0HdGh"
DATABASE_URL: "postgresql://postiz-user:postiz-password@postgres:5432/postiz-db-local"
REDIS_URL: "redis://redis:6379"