mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Migrated some application to MariaDB and changed versions of Postgres to stay compatible with current installations
This commit is contained in:
		@@ -17,7 +17,7 @@ services:
 | 
			
		||||
      - redis
 | 
			
		||||
    restart: "always"
 | 
			
		||||
  database:
 | 
			
		||||
    image: postgres:alpine
 | 
			
		||||
    image: postgres:13-alpine
 | 
			
		||||
    env_file:
 | 
			
		||||
      - .env
 | 
			
		||||
    volumes:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user