mirror of
				https://github.com/9technologygroup/patchmon.net.git
				synced 2025-11-04 05:53:27 +00:00 
			
		
		
		
	feat(docker): add JWT configs to backend image & compose
This commit is contained in:
		@@ -59,7 +59,10 @@ ENV NODE_ENV=production \
 | 
			
		||||
    ENABLE_LOGGING=true \
 | 
			
		||||
    LOG_LEVEL=info \
 | 
			
		||||
    PM_LOG_TO_CONSOLE=true \
 | 
			
		||||
    PORT=3001
 | 
			
		||||
    PORT=3001 \
 | 
			
		||||
    JWT_EXPIRES_IN=1h \
 | 
			
		||||
    JWT_REFRESH_EXPIRES_IN=7d \
 | 
			
		||||
    SESSION_INACTIVITY_TIMEOUT_MINUTES=30
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache openssl tini curl
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user