mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Matrix draft
This commit is contained in:
		| @@ -17,14 +17,19 @@ services: | ||||
|       - redis | ||||
|     restart: "always" | ||||
|   database: | ||||
|     image: postgres:13-alpine | ||||
|     image: postgres:alpine | ||||
|     env_file: | ||||
|       - .env | ||||
|     volumes: | ||||
|       - database:/var/lib/postgresql/data | ||||
|     restart: "always" | ||||
|     healthcheck: | ||||
|       test: ["CMD-SHELL", "pg_isready -U peertube"] | ||||
|       interval: 10s | ||||
|       timeout: 5s | ||||
|       retries: 6 | ||||
|   redis: | ||||
|     image: redis:6-alpine | ||||
|     image: redis:alpine | ||||
|     volumes: | ||||
|       - redis:/data | ||||
|     restart: "always" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user