feat: ability to create a project #9
@@ -22,7 +22,7 @@ services:
 | 
				
			|||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: postgres:16.4-bookworm
 | 
					    image: postgres:16.4-bookworm
 | 
				
			||||||
    volumes: [ "db_data:/var/lib/postgresql/data" ]
 | 
					    volumes: [ "db_data:/var/lib/postgresql/data" ]
 | 
				
			||||||
    ports: [ "5432:5342" ]
 | 
					    ports: [ "5432:5432" ]
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      POSTGRES_DB: todo_baggins
 | 
					      POSTGRES_DB: todo_baggins
 | 
				
			||||||
      POSTGRES_USER: app
 | 
					      POSTGRES_USER: app
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user