Added tasks.md (and fixed an issue in the grist compose file)
This commit is contained in:
		
							
								
								
									
										24
									
								
								roles/docker/files/tasksmd-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								roles/docker/files/tasksmd-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
version: "3"
 | 
			
		||||
services:
 | 
			
		||||
  tasks.md:
 | 
			
		||||
    image: baldissaramatheus/tasks.md
 | 
			
		||||
    container_name: tasksmd
 | 
			
		||||
    environment:
 | 
			
		||||
      - PUID=1000
 | 
			
		||||
      - PGID=1000
 | 
			
		||||
    volumes:
 | 
			
		||||
      - tasksmd-data:/tasks
 | 
			
		||||
      - tasksmd-config:/config
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
volumes:
 | 
			
		||||
  tasksmd-data:
 | 
			
		||||
    driver: local
 | 
			
		||||
 | 
			
		||||
  tasksmd-config:
 | 
			
		||||
    driver: local
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
  default:
 | 
			
		||||
    external: true
 | 
			
		||||
    name: lava
 | 
			
		||||
		Reference in New Issue
	
	Block a user