chore: se extrae servicio a archivo
This commit is contained in:
		
							
								
								
									
										8
									
								
								compose.base.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								compose.base.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					  db.dev:
 | 
				
			||||||
 | 
					    image: postgres:12
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      - POSTGRES_USER=tryton
 | 
				
			||||||
 | 
					      - POSTGRES_PASSWORD=tryton
 | 
				
			||||||
 | 
					      - POSTGRES_DB=tryton
 | 
				
			||||||
@@ -1,12 +1,7 @@
 | 
				
			|||||||
version: '3.9'
 | 
					version: '3.9'
 | 
				
			||||||
 | 
					include:
 | 
				
			||||||
 | 
					  - compose.base.yml
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  db.dev:
 | 
					 | 
				
			||||||
    image: postgres:12
 | 
					 | 
				
			||||||
    environment:
 | 
					 | 
				
			||||||
      - POSTGRES_USER=tryton
 | 
					 | 
				
			||||||
      - POSTGRES_PASSWORD=tryton
 | 
					 | 
				
			||||||
      - POSTGRES_DB=tryton
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  app.dev:
 | 
					  app.dev:
 | 
				
			||||||
    image: python:3.9
 | 
					    image: python:3.9
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,7 @@
 | 
				
			|||||||
version: '3.9'
 | 
					version: '3.9'
 | 
				
			||||||
 | 
					include:
 | 
				
			||||||
 | 
					  - compose.base.yml
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  db.dev:
 | 
					 | 
				
			||||||
    image: postgres:12
 | 
					 | 
				
			||||||
    environment:
 | 
					 | 
				
			||||||
      - POSTGRES_USER=tryton
 | 
					 | 
				
			||||||
      - POSTGRES_PASSWORD=tryton
 | 
					 | 
				
			||||||
      - POSTGRES_DB=tryton
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  app.dev:
 | 
					  app.dev:
 | 
				
			||||||
    image: python:3.9
 | 
					    image: python:3.9
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user