Updated Postiz
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user