Update stack.production.yml

This commit is contained in:
colin 2025-02-21 10:49:07 -05:00
parent 48d8e98c44
commit 048083f505
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@ services:
MAIN_URL: "https://postiz.nixc.us" MAIN_URL: "https://postiz.nixc.us"
FRONTEND_URL: "https://postiz.nixc.us" FRONTEND_URL: "https://postiz.nixc.us"
NEXT_PUBLIC_BACKEND_URL: "https://postiz.nixc.us/api" NEXT_PUBLIC_BACKEND_URL: "https://postiz.nixc.us/api"
JWT_SECRET: "random string that is unique to every install - just type random characters here!" JWT_SECRET: "zKdyVqnsLx8PrGKnFUz9AnSjrcu003kuzxBpHiNI6MU="
DATABASE_URL: "postgresql://postiz-user:postiz-password@postiz-postgres:5432/postiz-db-local" DATABASE_URL: "postgresql://postiz-user:postiz-password@postiz-postgres:5432/postiz-db-local"
REDIS_URL: "redis://postiz-keydb:6379" REDIS_URL: "redis://postiz-keydb:6379"
@ -63,6 +63,5 @@ services:
networks: networks:
default: default:
external: false
traefik: traefik:
external: true external: true