mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 08:46:06 +00:00 
			
		
		
		
	added some notes to required variables to change
This commit is contained in:
		@@ -109,7 +109,7 @@ Goto [`docker-compose.yml`](docker-compose.yml) for more advanced example.
 | 
			
		||||
version: '3.9'
 | 
			
		||||
 | 
			
		||||
x-dls-variables: &dls-variables
 | 
			
		||||
  DLS_URL: localhost # REQUIRED
 | 
			
		||||
  DLS_URL: localhost # REQUIRED, change to your ip or hostname
 | 
			
		||||
  DLS_PORT: 443
 | 
			
		||||
  LEASE_EXPIRE_DAYS: 90
 | 
			
		||||
  DATABASE: sqlite:////app/database/db.sqlite
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
version: '3.9'
 | 
			
		||||
 | 
			
		||||
x-dls-variables: &dls-variables
 | 
			
		||||
  DLS_URL: localhost  # REQUIRED
 | 
			
		||||
  DLS_URL: localhost  # REQUIRED, change to your ip or hostname
 | 
			
		||||
  DLS_PORT: 443  # must match nginx listen port
 | 
			
		||||
  LEASE_EXPIRE_DAYS: 90
 | 
			
		||||
  DATABASE: sqlite:////app/database/db.sqlite
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user