mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Added funkwhale draft and set variablesfor db ports
This commit is contained in:
		| @@ -19,7 +19,7 @@ services: | ||||
|       MYSQL_DATABASE: "{{database_name}}" | ||||
|       MYSQL_USER: "{{database_username}}" | ||||
|       MYSQL_PASSWORD: "{{database_password}}" | ||||
|       MYSQL_HOST: {{database_host}}:3306 | ||||
|       MYSQL_HOST: "{{database_host}}:{{database_port}}" | ||||
|        | ||||
|       # Memory | ||||
|       PHP_MEMORY_LIMIT: 1G # Required for plugin duplicate finder | ||||
|   | ||||
		Reference in New Issue
	
	Block a user