You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | workspace:
  base: /mnt
  path: addons
services:
  postgres:
    image: postgres:14
    environment:
      - POSTGRES_USER=osbzr
      - POSTGRES_PASSWORD=osbzr
pipeline:
  build:
    image: odoo:18
    commands:
        - odoo -d gooderp --db_host postgres -r osbzr -w osbzr --test-enable --stop-after-init --addons-path=/mnt/addons --log-level=test
 |