mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Restructure and cleaned up in preparation of new backup logic
This commit is contained in:
		| @@ -1,12 +1,9 @@ | ||||
| images: | ||||
|   mastodon:           "ghcr.io/mastodon/mastodon:latest" | ||||
|   streaming:          "ghcr.io/mastodon/mastodon-streaming:latest" | ||||
| single_user_mode:     false                                           # Set true for initial setup | ||||
| setup:                false                                           # Set true in inventory file to execute the setup and initializing procedures                          | ||||
| setup:                false                                           # Set true in inventory file to execute the setup and initializing procedures, don't know if this is still necessary @todo test it                         | ||||
| features: | ||||
|   matomo:             true | ||||
|   css:                true | ||||
|   port-ui-desktop:   true | ||||
|   port-ui-desktop:    true | ||||
|   oidc:               true | ||||
|   central_database:   true | ||||
| domains: | ||||
| @@ -21,4 +18,14 @@ docker: | ||||
|     redis: | ||||
|       enabled: true | ||||
|     database:  | ||||
|       enabled: true | ||||
|       enabled: true | ||||
|     mastodon:  | ||||
|       image:            "ghcr.io/mastodon/mastodon" | ||||
|       version:          latest | ||||
|       no_stop_required: true | ||||
|       name:             "mastodon" | ||||
|     streaming:  | ||||
|       image:            "ghcr.io/mastodon/mastodon-streaming" | ||||
|       version:          latest | ||||
|   volumes: | ||||
|     data:               "mastodon_data" | ||||
		Reference in New Issue
	
	Block a user