Dateien nach "install-focalboard-on-portainer" hochladen
This commit is contained in:
		
							
								
								
									
										21
									
								
								install-focalboard-on-portainer/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								install-focalboard-on-portainer/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
version: "3" # You can adjust the version as needed
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  # The `app` service for the Focalboard application
 | 
			
		||||
  app:
 | 
			
		||||
    # Name of the container
 | 
			
		||||
    container_name: M_Viper-focalboard
 | 
			
		||||
    # Docker image to be used
 | 
			
		||||
    image: mattermost/focalboard:7.11.4
 | 
			
		||||
    # Restart policy for the service
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    # Port mappings for the service
 | 
			
		||||
    ports:
 | 
			
		||||
      - "8001:8000"
 | 
			
		||||
    # Volumes for the service HOST -> CONTAINER
 | 
			
		||||
    volumes:
 | 
			
		||||
      - focalboard_data:/opt/focalboard/data
 | 
			
		||||
 | 
			
		||||
volumes:
 | 
			
		||||
  focalboard_data:
 | 
			
		||||
    driver: local
 | 
			
		||||
		Reference in New Issue
	
	Block a user