forked from toolshed/docs.coopcloud.tech
		
	Minor tweaks to maintainers tutorial
This commit is contained in:
		@ -21,7 +21,7 @@ The idea scenario is when the upstream project provides both the packaged image
 | 
				
			|||||||
- **Inspired**: Upstream image, someone else's compose file
 | 
					- **Inspired**: Upstream image, someone else's compose file
 | 
				
			||||||
- **On fire**: Upstream image, upstream compose file
 | 
					- **On fire**: Upstream image, upstream compose file
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Writing the `compose.yml`
 | 
					### Writing / adapting the `compose.yml`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Let's take a practical example, [Matomo web analytics](https://matomo.org/). We'll be making a Docker "swarm-mode" `compose.yml` file.
 | 
					Let's take a practical example, [Matomo web analytics](https://matomo.org/). We'll be making a Docker "swarm-mode" `compose.yml` file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -66,8 +66,8 @@ abra app new matomo --secrets \
 | 
				
			|||||||
 --server swarm.example.com
 | 
					 --server swarm.example.com
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Depending on whether you defined any extra environment variables, we didn't so
 | 
					Depending on whether you defined any extra environment variables -- we didn't so
 | 
				
			||||||
far, in this example, you might want to run `abra app config swarm.example.com`
 | 
					far, in this example -- you might want to run `abra app config swarm.example.com`
 | 
				
			||||||
to check the configuration.
 | 
					to check the configuration.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Otherwise, or once you've done that, go ahead and deploy the app:
 | 
					Otherwise, or once you've done that, go ahead and deploy the app:
 | 
				
			||||||
@ -80,4 +80,4 @@ Then, open the `DOMAIN` you configured (you might need to wait a while for Traef
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Finishing up
 | 
					### Finishing up
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You've probably got more questions, check out the [maintainers handbook](/maintainers/handbook)!
 | 
					You've probably got more questions, check out the [packaging handbook](/maintainers/handbook)!
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user