mirror of
				https://github.com/ijaric/voice_assistant.git
				synced 2025-10-30 23:53:25 +00:00 
			
		
		
		
	fix: [#8] formatting
This commit is contained in:
		
							parent
							
								
									6ba44fcd54
								
							
						
					
					
						commit
						48c2a1d6ae
					
				|  | @ -1,4 +1,4 @@ | ||||||
| version: '3' | version: "3" | ||||||
| 
 | 
 | ||||||
| services: | services: | ||||||
|   postgres: |   postgres: | ||||||
|  | @ -23,7 +23,7 @@ services: | ||||||
|     container_name: api |     container_name: api | ||||||
|     image: fastapi_app |     image: fastapi_app | ||||||
|     restart: always |     restart: always | ||||||
|     entrypoint: [ "/opt/app/entrypoint.sh" ] |     entrypoint: ["/opt/app/entrypoint.sh"] | ||||||
|     env_file: |     env_file: | ||||||
|       - .env |       - .env | ||||||
|     expose: |     expose: | ||||||
|  | @ -42,7 +42,6 @@ services: | ||||||
|     depends_on: |     depends_on: | ||||||
|       - postgres |       - postgres | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| volumes: | volumes: | ||||||
|   postgres_data: |   postgres_data: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user