Fully reordered file structure. All files splitted by servises. Manuals will be added where needed.
This commit is contained in:
		
							
								
								
									
										14
									
								
								portainer/portainer.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								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: | ||||
		Reference in New Issue
	
	Block a user
	 Max Buz
					Max Buz