mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Implemented vars, tasks and templates for central database setup until mastodon role
This commit is contained in:
		| @@ -18,7 +18,7 @@ services: | ||||
| {% if not enable_central_database %} | ||||
|       - database | ||||
|  | ||||
| {% include 'templates/docker-postgres-service.yml.j2' %} | ||||
| {% include 'templates/docker-{{ database_type }}-service.yml.j2' %} | ||||
| {% endif %} | ||||
|  | ||||
| {% include 'templates/docker-redis-service.yml.j2' %} | ||||
| @@ -27,9 +27,7 @@ services: | ||||
|       - .env | ||||
| volumes: | ||||
|   assets: | ||||
| {% if not enable_central_database %} | ||||
|   database: | ||||
| {% endif %} | ||||
| {% include 'templates/docker-database-volume.yml.j2' %} | ||||
|   data: | ||||
|   redis: | ||||
|   config: | ||||
		Reference in New Issue
	
	Block a user