diff --git a/stack.production.yml b/stack.production.yml index 29a3ddc..aa4b8bb 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -31,7 +31,7 @@ services: MAIN_URL: "https://postiz.nixc.us" FRONTEND_URL: "https://postiz.nixc.us" 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" REDIS_URL: "redis://postiz-keydb:6379" @@ -63,6 +63,5 @@ services: networks: default: - external: false traefik: external: true