fix: docker compose up voor development
Spint enkel de nodige containers op voor development. Anders gebruik -f compose.stating.yml of compose.production.yml
This commit is contained in:
		
							parent
							
								
									06b5a93cef
								
							
						
					
					
						commit
						7a657c9b86
					
				
					 3 changed files with 42 additions and 19 deletions
				
			
		
							
								
								
									
										12
									
								
								compose.yml
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								compose.yml
									
										
									
									
									
								
							|  | @ -36,17 +36,5 @@ services: | |||
|             KC_HEALTH_ENABLED: 'true' | ||||
|             KC_LOG_LEVEL: info | ||||
| 
 | ||||
|     logging: | ||||
|         image: grafana/loki:latest | ||||
|         ports: | ||||
|             - '9001:3102' | ||||
|             - '9095:9095' | ||||
|         command: -config.file=/etc/loki/config.yaml | ||||
|         restart: unless-stopped | ||||
|         volumes: | ||||
|             - ./config/loki/config.yml:/etc/loki/config.yaml | ||||
|             - dwengo_loki_data:/loki | ||||
| 
 | ||||
| volumes: | ||||
|     dwengo_loki_data: | ||||
|     dwengo_postgres_data: | ||||
|  |  | |||
		Reference in a new issue