adding compose for launching properly everything #151
@ -12,11 +12,18 @@ services:
 | 
				
			|||||||
    build: backend/.
 | 
					    build: backend/.
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "8080:8080"
 | 
					      - "8080:8080"
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - cdn:/backend/cdn
 | 
				
			||||||
    ulimits:
 | 
					    ulimits:
 | 
				
			||||||
      nofile:
 | 
					      nofile:
 | 
				
			||||||
        soft: 65536
 | 
					        soft: 65536
 | 
				
			||||||
        hard: 65536
 | 
					        hard: 65536
 | 
				
			||||||
  front:
 | 
					  front:
 | 
				
			||||||
    build: frontend/.
 | 
					    build: frontend/.
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - cdn:/app/front/dist/cdn
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "8000:8080"
 | 
					      - "8000:8080"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					volumes:
 | 
				
			||||||
 | 
					  cdn:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user