Guide readers to production wiki page after Docker setup
This commit is contained in:
		
							parent
							
								
									1b447c190e
								
							
						
					
					
						commit
						5c2ea4da7d
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -60,6 +60,7 @@ Consult the example configuration file, `.env.production.sample` for the full li
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- PostgreSQL
 | 
					- PostgreSQL
 | 
				
			||||||
- Redis
 | 
					- Redis
 | 
				
			||||||
 | 
					- Nginx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Running with Docker and Docker-Compose
 | 
					## Running with Docker and Docker-Compose
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,6 +84,10 @@ The container has two volumes, for the assets and for user uploads. The default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Note**: The `--rm` option for docker-compose will remove the container that is created to run a one-off command after it completes. As data is stored in volumes it is not affected by that container clean-up.
 | 
					**Note**: The `--rm` option for docker-compose will remove the container that is created to run a one-off command after it completes. As data is stored in volumes it is not affected by that container clean-up.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Static files and production
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					You will also need to set up a static file server when running in production. See the [production guide](https://github.com/Gargron/mastodon/wiki/Production-guide) for a sample Nginx configuration and instructions.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Tasks
 | 
					### Tasks
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- `rake mastodon:media:clear` removes uploads that have not been attached to any status after a while, you would want to run this from a periodic cronjob
 | 
					- `rake mastodon:media:clear` removes uploads that have not been attached to any status after a while, you would want to run this from a periodic cronjob
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue