Properly assign versions to scipio app services
This commit is contained in:
		@@ -20,7 +20,7 @@ volumes:
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  database:
 | 
			
		||||
    image: mariadb:10
 | 
			
		||||
    image: mariadb:{{ omni_compose_apps.scipio.versions.database | default(omni_compose_apps.scipio.versions.default) }}
 | 
			
		||||
    hostname: scipio-database
 | 
			
		||||
    networks:
 | 
			
		||||
      - scipio
 | 
			
		||||
 
 | 
			
		||||
@@ -100,3 +100,5 @@ omni_compose_apps:
 | 
			
		||||
      main: 192.168.106.0/24
 | 
			
		||||
    versions:
 | 
			
		||||
      default: latest
 | 
			
		||||
      database: "10"
 | 
			
		||||
      phantom: 0.2.0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user