Fully reordered file structure. All files splitted by servises. Manuals will be added where needed.
This commit is contained in:
		
							
								
								
									
										14
									
								
								Docker/portainer/portainer.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								Docker/portainer/portainer.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | ||||
| version: "3" | ||||
| services: | ||||
|   portainer: | ||||
|     image: portainer/portainer-ce:latest | ||||
|     ports: | ||||
|       - 9443:9443     | ||||
|     env_file: | ||||
|       - stack.env     | ||||
|     volumes: | ||||
|         - ${PORTAINER_DATA}:/data | ||||
|         - /var/run/docker.sock:/var/run/docker.sock | ||||
|     restart: unless-stopped | ||||
| volumes: | ||||
|   data: | ||||
							
								
								
									
										2
									
								
								Docker/portainer/portainer_example.env
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								Docker/portainer/portainer_example.env
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| # Path where thr Portainer data will be stored on the host | ||||
| PORTAINER_DATA=/path/to/portainer/data | ||||
		Reference in New Issue
	
	Block a user
	 Max Buz
					Max Buz