Update stack.production.yml
This commit is contained in:
		
							parent
							
								
									48d8e98c44
								
							
						
					
					
						commit
						048083f505
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue