| 
									
										
										
										
											2024-01-04 20:31:16 +00:00
										 |  |  | version: "3.9"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | services:
 | 
					
						
							|  |  |  |   email-oauth2-proxy:
 | 
					
						
							|  |  |  |     container_name: email-oauth2-proxy
 | 
					
						
							| 
									
										
										
										
											2024-02-23 06:40:58 +00:00
										 |  |  |     image: ghcr.io/blacktirion/email-oauth2-proxy-docker:2024.02.22
 | 
					
						
							| 
									
										
										
										
											2024-01-04 20:31:16 +00:00
										 |  |  |     ports:
 | 
					
						
							|  |  |  |       - ${APP_PORT}:80
 | 
					
						
							|  |  |  |     restart: unless-stopped
 | 
					
						
							|  |  |  |     volumes:
 | 
					
						
							|  |  |  |       - ${APP_DATA_DIR}/data/config:/config:rw
 | 
					
						
							|  |  |  |     environment:
 | 
					
						
							|  |  |  |       - DEBUG=true
 | 
					
						
							|  |  |  |       - CACHE_STORE=/config/credstore.config
 | 
					
						
							|  |  |  |       - LOGFILE=true
 | 
					
						
							|  |  |  |       - LOCAL_SERVER_AUTH=true
 | 
					
						
							|  |  |  |     networks:
 | 
					
						
							|  |  |  |       - tipi_main_network
 | 
					
						
							|  |  |  |     labels:
 | 
					
						
							|  |  |  |       # Main
 | 
					
						
							|  |  |  |       traefik.enable: false
 |