Add portainer
This commit is contained in:
		
							parent
							
								
									d76b5f2b94
								
							
						
					
					
						commit
						006e859188
					
				
					 2 changed files with 32 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								portainer/README.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								portainer/README.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
# portainer
 | 
			
		||||
 | 
			
		||||
A centralized service delivery platform for containerized apps.
 | 
			
		||||
 | 
			
		||||
## Important step when deploying
 | 
			
		||||
This service can obiously not be deployed using portainer.
 | 
			
		||||
So this service needs to be deployed manually using docker compose.
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										24
									
								
								portainer/docker-compose.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								portainer/docker-compose.yaml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,24 @@
 | 
			
		|||
version: '3.5'
 | 
			
		||||
services:
 | 
			
		||||
  portainer:
 | 
			
		||||
    image: portainer/portainer-ce:2.11.0
 | 
			
		||||
    restart: always
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
			
		||||
      - portainer_data:/data
 | 
			
		||||
    ports:
 | 
			
		||||
      - 8000:8000 # This is used for portainer edge agents to connect
 | 
			
		||||
    environment:
 | 
			
		||||
      - VIRTUAL_HOST=portainer.jfreudenberger.de
 | 
			
		||||
      - VIRTUAL_PORT=9000
 | 
			
		||||
      - LETSENCRYPT_HOST=portainer.jfreudenberger.de
 | 
			
		||||
    networks:
 | 
			
		||||
      - webproxy
 | 
			
		||||
 | 
			
		||||
volumes:
 | 
			
		||||
  portainer_data:
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
  webproxy:
 | 
			
		||||
    external: true
 | 
			
		||||
    name: webproxy
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue