Move postiz to postiz.vyntehome.com

This commit is contained in:
2026-07-05 01:03:35 +00:00
parent 6f9d80a88e
commit 74e97b86f2
+3 -3
View File
@@ -5,9 +5,9 @@ services:
restart: always restart: always
environment: environment:
# === Required Settings # === Required Settings
MAIN_URL: 'https://postiz.internal.vyntehome.com' MAIN_URL: 'https://postiz.vyntehome.com'
FRONTEND_URL: 'https://postiz.internal.vyntehome.com' FRONTEND_URL: 'https://postiz.vyntehome.com'
NEXT_PUBLIC_BACKEND_URL: 'https://postiz.internal.vyntehome.com/api' NEXT_PUBLIC_BACKEND_URL: 'https://postiz.vyntehome.com/api'
JWT_SECRET: ${JWT_SECRET} JWT_SECRET: ${JWT_SECRET}
DATABASE_URL: ${DATABASE_URL} DATABASE_URL: ${DATABASE_URL}
REDIS_URL: ${REDIS_URL} REDIS_URL: ${REDIS_URL}