mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 05:46:06 +00:00 
			
		
		
		
	docker-compose.yml - added note for TZ
This commit is contained in:
		@@ -1,9 +1,10 @@
 | 
				
			|||||||
version: '3.9'
 | 
					version: '3.9'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
x-dls-variables: &dls-variables
 | 
					x-dls-variables: &dls-variables
 | 
				
			||||||
  DLS_URL: localhost  # REQUIRED, change to your ip or hostname
 | 
					  TZ: Europe/Berlin # REQUIRED, set your timezone correctly on fastapi-dls AND YOUR CLIENTS !!!
 | 
				
			||||||
  DLS_PORT: 443  # must match nginx listen & exposed port
 | 
					  DLS_URL: localhost # REQUIRED, change to your ip or hostname
 | 
				
			||||||
  LEASE_EXPIRE_DAYS: 90
 | 
					  DLS_PORT: 443
 | 
				
			||||||
 | 
					  LEASE_EXPIRE_DAYS: 90  # 90 days is maximum
 | 
				
			||||||
  DATABASE: sqlite:////app/database/db.sqlite
 | 
					  DATABASE: sqlite:////app/database/db.sqlite
 | 
				
			||||||
  DEBUG: false
 | 
					  DEBUG: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user