Add website
This commit is contained in:
		
							parent
							
								
									42a0528a8f
								
							
						
					
					
						commit
						243bebaa38
					
				
					 2 changed files with 20 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								website/README.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								website/README.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
# website
 | 
			
		||||
 | 
			
		||||
Own website with impressum and redirections for various services
 | 
			
		||||
The source code of the image is located [here](https://git.jfreudenberger.de/JuliusFreudenberger/website).
 | 
			
		||||
							
								
								
									
										16
									
								
								website/docker-compose.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								website/docker-compose.yaml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
version: "3"
 | 
			
		||||
services:
 | 
			
		||||
  website:
 | 
			
		||||
    image: harbor.jfreudenberger.de:8443/website/app:latest
 | 
			
		||||
    environment: 
 | 
			
		||||
      - VIRTUAL_HOST=jfreudenberger.de,www.jfreudenberger.de # the domain where the service should be reached
 | 
			
		||||
      - VIRTUAL_PORT=80 # the port the service listens in the container
 | 
			
		||||
      - LETSENCRYPT_HOST=jfreudenberger.de,www.jfreudenberger.de # the same domain as VIRTUAL_HOST; this enables ssl
 | 
			
		||||
    networks:
 | 
			
		||||
      - webproxy
 | 
			
		||||
      
 | 
			
		||||
networks:
 | 
			
		||||
 webproxy:
 | 
			
		||||
   external:
 | 
			
		||||
     name: webproxy
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue