mirror of
				https://github.com/tborychowski/self-hosted-cookbook.git
				synced 2025-11-03 23:37:32 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			458 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			458 B
		
	
	
	
	
	
	
	
Portainer
A nice UI for managing docker/kubernetes/swarm containers.
docker-compose.yml
---
services:
  portainer:
    image: portainer/portainer-ce
    container_name: portainer
    restart: unless-stopped
    ports:
      - 8000:8000
      - 9443:9443
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - ./data:/data